author | Felix Yan
<felixonmars@archlinux.org> 2020-09-11 23:43:48 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-09-11 23:43:48 UTC |
parent | 9d47344af0747e985b43c22597312ead4a991865 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 8ccd970..32481fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=6.0.1 +pkgver=6.0.2 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -17,7 +17,7 @@ checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 'python-nos 'python-decorator' 'python-docutils' 'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments' 'python-twisted' 'python-pytest-xdist') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz") -sha512sums=('3bf476f5e27254c3e0f5553c9bcde71599bb857ae182f65c579fb6709794913427c65f3235d2c6cb990bca0f39920b836f05cfe52817b47f688f5cf1f4c5e047') +sha512sums=('6e8782011e77bf7145bfa76e2a5fc7f1104ced265300c25e102f094a587df41ae35839271653a7054c93501fa4c7ca7f883d7d9bb96abb0c156b17df116cf92f') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver