author | Felix Yan
<felixonmars@archlinux.org> 2019-10-03 22:05:29 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-10-03 22:05:29 UTC |
parent | 07916ee60bec0189302193d4df931e6c3c3979f0 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 5edab13..32367f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.1.3 +pkgver=5.2.0 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=('be56bae0680ee1c96a5159002c9ecab1aa5a13cd25bd9f5e13b30a9266bad5b326473f588417528083cfab6a9538629f42f06f2eaa29a1bfce6abe011f191983') +sha512sums=('37cfd18cea0c92bb4202b03b6afde9896a2517b97a3a20c9d7fc47c3b1ae304de188feb695f805ee5480e887408b419c29659523d73f44dd42aab623505237fc') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver