author | Felix Yan
<felixonmars@archlinux.org> 2020-05-08 15:05:28 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-05-08 15:05:28 UTC |
parent | 9a23942edcadf6ccc2a07a99bf43512bd8dd695b |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 4383a86..763e877 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.4.1 +pkgver=5.4.2 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -17,7 +17,7 @@ checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 'python-hypot 'python-numpy' 'python-twisted' 'python-pytest-xdist' 'python-decorator' 'python-jinja' 'python-pexpect') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz") -sha512sums=('921acb74d6161d368041fd44237d7bea20e0c925058fdb929cbe10c5634837a54b2e5332fc3b73d83d28c703353efda74e7685756dfc186fa2df7d56cb6227c5') +sha512sums=('26c061409fb5eed446ac9f45930c9b96d885ec57f1f45810848ce17d866b1aba0808623eb7188ea9a8e50d2787509b4e6771f129a8b5fc799cd120c050d30cfc') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver