author | Felix Yan
<felixonmars@archlinux.org> 2019-09-22 19:55:01 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-09-22 19:55:01 UTC |
parent | a63e7aa54c6a365b239829549df1ab3a5197efc8 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 02028b6..ef79046 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.1.2 +pkgver=5.1.3 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=('5a88702b9d6822e073f16f21c8b7292afea93d7918074bb7f5c267f4954edd616a61dc3a2449e515cd87ed72a7de6c1444cda8faa02e840864441b8e55ce8fc8') +sha512sums=('be56bae0680ee1c96a5159002c9ecab1aa5a13cd25bd9f5e13b30a9266bad5b326473f588417528083cfab6a9538629f42f06f2eaa29a1bfce6abe011f191983') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver