author | Filipe Laíns
<lains@archlinux.org> 2021-02-28 20:47:33 UTC |
committer | Filipe Laíns
<lains@archlinux.org> 2021-02-28 20:47:33 UTC |
parent | 95166608284635caa49bd30a760ac276d7620a51 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 3919c49..0b91cb4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=6.2.1 +pkgver=6.2.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=('c6816d9007e19276741ccf20d5c303b7dc1a66a0332fed81cda5ab1f1c68db5cdbe85c8dfeacbdf02482fe7ee4e0f72839912194b1f60c8c17a0b69b4faa1942') +sha512sums=('c7b6dfee858984ca842147face869c7a47edd41aa95054de0edaaae7990ce9f8a1a3f4caa9a1b298cd6aebf6961e4a93b6662991866f0970e7a37fb79756f298') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver