author | Felix Yan
<felixonmars@archlinux.org> 2020-01-24 08:08:00 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-01-24 08:08:00 UTC |
parent | 1cc61ed4968351af21da20c097fce57d9f338924 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 30bdb3f..eb68315 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.3.3 +pkgver=5.3.4 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=('c5fab42b7f8c96c2c2980cc9957e64a7886e77739331bafa2eb70cb709d7c1651408604ee6bcca730d32e0e22a874259dffb1bfd43d6b6a0cdab4fe2cca6dda1') +sha512sums=('16b8235ee7954140296eb8d8f8bed5bda22982b35d31aa0b9eec2bcddf90178f177191b2780b6ce4cd00e50be7584b678661507a97db4a317d4d9b95615de0ac') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver