author | Felix Yan
<felixonmars@archlinux.org> 2020-03-14 19:55:03 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-03-14 19:55:03 UTC |
parent | 2d25d40f19b65d21a7a0db3b09964fb939d0b7f8 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index bba5b17..4383a86 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.4.0 +pkgver=5.4.1 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=('1042f537e73752257ed982470f4abd09e1b7031c5c4b428a319684008dac136ac68a2fb8b663140b2e312dff737bf178438d3c122e800f07bd10233417f73a57') +sha512sums=('921acb74d6161d368041fd44237d7bea20e0c925058fdb929cbe10c5634837a54b2e5332fc3b73d83d28c703353efda74e7685756dfc186fa2df7d56cb6227c5') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver