author | Felix Yan
<felixonmars@archlinux.org> 2020-06-03 07:56:27 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-06-03 07:56:27 UTC |
parent | 1b2a2cf17182a6942ad01d34dc81a0a1bae2de82 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 763e877..409c0df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.4.2 +pkgver=5.4.3 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=('26c061409fb5eed446ac9f45930c9b96d885ec57f1f45810848ce17d866b1aba0808623eb7188ea9a8e50d2787509b4e6771f129a8b5fc799cd120c050d30cfc') +sha512sums=('285ae5ce2b503acd15c97ae015fb7bb2fda5507e17c7c8e5b0b52526f939c818e3c8b1788290c11388cabdbb550bef4328cf3a57b4a60b42341a0470c335078f') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver