author | Felix Yan
<felixonmars@archlinux.org> 2019-07-16 06:29:47 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-07-16 06:29:47 UTC |
parent | a9f47488f43e6e905cae095ffb2e657cd6896d53 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 98fec0c..3e5635e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=4.6.2 +pkgver=4.6.3 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=('cb84885bd4ab4e1a430870c50e657554943b76fcfd91c29ecc595c29f4b506a61cf11eff97c410ce75676ba4bd7c2a677a2f10e280b90bf50cefe2e2793c0a5a') +sha512sums=('4421ed9786c275b02a94528f98ca915de419151c6a7ea2d6c0b465c49c2ba1beb4a622269bdb5a66e29fa83b9a476481e850de51ebb980c4d44d4fc8e744a4fa') prepare() { sed -i 's/==0/>=0/' pytest-$pkgver/setup.py