author | Felix Yan
<felixonmars@archlinux.org> 2019-07-15 01:56:11 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-07-15 01:56:11 UTC |
parent | 778cf2e420fbf1eb3d5e68564f09950803caa83a |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index aa20459..ab97d5c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=4.6.0 +pkgver=4.6.1 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=('7439a6f27c349f668c9f6b507109782eb56199c565b7ca386f9a420edcb3183ae9b447be0b507247589c3cc74b6a376de39ea05f8b65be2fbb2c04315e2cafa0') +sha512sums=('102748a0af2e3acdea1fc094828019502411c955068c28dddaeb613c84c97ba24698727a9e3a71c4eac804029c4118ab8d941859e91a6295849bc7b077fc4d6f') prepare() { sed -i 's/==0/>=0/' pytest-$pkgver/setup.py