author | Felix Yan
<felixonmars@archlinux.org> 2019-08-21 03:08:55 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-08-21 03:08:55 UTC |
parent | 1672c5222d10d689fefe10e8ea45ed541864d0de |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 6bbccf9..4a942a3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.1.0 +pkgver=5.1.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=('d6d112fe390d890ca58ba685024890f624456d5069f32637fc054db1f817609b48c01a42d3a97b362d6906b4705a37ebd73a270a4a86256f2ffa7b2a1b153aa6') +sha512sums=('97fa8b8eae177128e8ab5063d06375fd23c16079767040dce6cf16efb8910e2fd18a48af90dd1307673bf35265204c8a2d69cfb36959ccab84ad59745de882f9') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver