author | Felix Yan
<felixonmars@archlinux.org> 2020-01-30 08:50:45 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-01-30 08:50:45 UTC |
parent | 7e4e366d45b6322a1082fc666c00ee9126ede860 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index eb68315..70d6d64 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.3.4 +pkgver=5.3.5 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=('16b8235ee7954140296eb8d8f8bed5bda22982b35d31aa0b9eec2bcddf90178f177191b2780b6ce4cd00e50be7584b678661507a97db4a317d4d9b95615de0ac') +sha512sums=('487bd492522d85184d89c834e606063fc2a1ee3fb374f4a11d851db0dbf6e9d4bea749ee96727600a78dac1dc24f83798d2214b3043bad8fa3da647026b43e04') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver