author | Felix Yan
<felixonmars@archlinux.org> 2020-12-17 09:28:32 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-12-17 09:28:32 UTC |
parent | f871c12a9add17a9050c709ad259837b14deda3d |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index b896dbc..3919c49 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=6.2.0 +pkgver=6.2.1 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=('8dcf68e9ff6f18ea727c5c3d500fd84545fe0ad3913a6ea7d8d525a3d930ccdc4778cd7e2c0b1ecfe99d054a0feaeb522e456018e4b17baf0b75d8489c630409') +sha512sums=('c6816d9007e19276741ccf20d5c303b7dc1a66a0332fed81cda5ab1f1c68db5cdbe85c8dfeacbdf02482fe7ee4e0f72839912194b1f60c8c17a0b69b4faa1942') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver