author | Felix Yan
<felixonmars@archlinux.org> 2019-11-27 05:25:30 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-11-27 05:25:30 UTC |
parent | 27ea6d8c54d4dfbb2ddf5b8a3b6691af18699295 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index a4a5c87..ce8ca47 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.3.0 +pkgver=5.3.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=('c82962b66c32b3001997ea5c788bef3e3c20756c19bff6953c8c20a4266ff7b39f7a1ae0e15d1359d6a4676ccbcca9a30ce95d4139e173035af83d4f17d1665a') +sha512sums=('cfe2396d809faa88506c3d6041ebd9f7e91ba143ff23f59cdb3e3ca887c456fd3c9b563a647d1978b14ae3effcc1376ec480b5b7e4f46a40daa7ff4efd6f1ddf') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver