author | Felix Yan
<felixonmars@archlinux.org> 2019-10-07 20:47:51 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-10-07 20:47:51 UTC |
parent | d95ef142886cee5a11c1d52857f347a0ef85609b |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 32367f1..281dd08 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.2.0 +pkgver=5.2.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=('37cfd18cea0c92bb4202b03b6afde9896a2517b97a3a20c9d7fc47c3b1ae304de188feb695f805ee5480e887408b419c29659523d73f44dd42aab623505237fc') +sha512sums=('ed42b28ec51b5e601eb435468a990f78de41f0de73685b8f2936668604a2413a7b621119e8d5ff9bb62b3fe9aeabf006c778c374631c3ccca3284a98a18c4cb1') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver