author | Felix Yan
<felixonmars@archlinux.org> 2018-11-14 17:39:44 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-11-14 17:39:44 UTC |
parent | b104df8c26c0cdcddf0753d3c5645d2227b603bf |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index cba4d85..12c525b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.10.1 +pkgver=4.0.0 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=('d512d95a369f253450e9420daa558573e53cba856e2fa62b9746e5698caaf80c470cccf81b73f8268d7abc36f32ce288383be44df6cace7492d0fc4442ff742b') +sha512sums=('7d2e96a7d117947b7531dfc3500e7317db2a840af599259a38b49ebb2b652d5357c5643a73c054e9aae8851acf889484a329cae071903dbba6292986cfabc877') prepare() { cp -a pytest-$pkgver{,-py2}