author | Felix Yan
<felixonmars@archlinux.org> 2019-07-15 11:22:22 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-07-15 11:22:22 UTC |
parent | ef4d042b989962e8faa5aa6a19749cac5c3cddb0 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index ab97d5c..98fec0c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=4.6.1 +pkgver=4.6.2 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -18,7 +18,7 @@ checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' ' 'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 'python-requests' 'python2-requests' 'python-hypothesis' 'python2-hypothesis') source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz") -sha512sums=('102748a0af2e3acdea1fc094828019502411c955068c28dddaeb613c84c97ba24698727a9e3a71c4eac804029c4118ab8d941859e91a6295849bc7b077fc4d6f') +sha512sums=('cb84885bd4ab4e1a430870c50e657554943b76fcfd91c29ecc595c29f4b506a61cf11eff97c410ce75676ba4bd7c2a677a2f10e280b90bf50cefe2e2793c0a5a') prepare() { sed -i 's/==0/>=0/' pytest-$pkgver/setup.py