author | Felix Yan
<felixonmars@archlinux.org> 2020-10-04 18:47:00 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-10-04 18:47:00 UTC |
parent | 78204975b8308e4d70eb6efff78360ef79518e6a |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 335aed2..8308d11 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=6.1.0 +pkgver=6.1.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=('fdf60a3a1c93a254f51652f4a56204d08faa763bd313a96fca4b439c877e05ac3c78d93d2ca9af9639a884415709a30736ef1b890ee10dee3d55f6accd3ad57b') +sha512sums=('642782eb3f07756c11c7552c908031e83d888d7dbdd11f5b7aa349b6406724349468c6beee5f1ef770a4522710301659db7f9d6100f8da4b43c72d79d077f2aa') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver