author | Felix Yan
<felixonmars@archlinux.org> 2019-11-20 05:33:55 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-11-20 05:33:55 UTC |
parent | 3be60663e00ae79002c47e083c685e93cd699283 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 662c339..a4a5c87 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.2.4 +pkgver=5.3.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=('e50ff4a136535796795498049be84f5319247d69a046147f9a18decd193d27f2060b09031c4decd6d4d0c9f39800d17fe0c711cb450ce86ce33c486388dc025b') +sha512sums=('c82962b66c32b3001997ea5c788bef3e3c20756c19bff6953c8c20a4266ff7b39f7a1ae0e15d1359d6a4676ccbcca9a30ce95d4139e173035af83d4f17d1665a') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver