author | Felix Yan
<felixonmars@archlinux.org> 2019-11-15 05:47:04 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-11-15 05:47:04 UTC |
parent | 79a9d905e8c6c6e038a07d8b4d2fa4bb7f82a204 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index dc2c180..5388aba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.2.2 +pkgver=5.2.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=('142c247be49e631aca60c52e85504c39dfa99a55a6bd82fb4c93905ce91a5cbc0667d92c6c5c99cafa043ebfd16e790716ef09847685922e32a41f6db04ab4c8') +sha512sums=('1b87a626e8aea25015bdc8847b6db25a509572efa4989a00de9d3380f05bc59f7222aae97efcfd175ddfc0324d0866ce24f723d9b3cd7041a93233e16fb8243a') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver