author | Felix Yan
<felixonmars@archlinux.org> 2018-10-17 04:56:35 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-10-17 04:56:35 UTC |
parent | 9ef25cdde3abaf75bee5f23b0b8403330bc6971b |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 9607c97..e5daa6c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.8.2 +pkgver=3.9.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=('2a05fa9a2ff90b2add49d145038e143db0681378f8972bd6cb47b97a9bc30f38caa01ed2ac33cbcd0038a07b7978ecc09461b7e89534bc9726f2658307fd30f9') +sha512sums=('22c2d69795df1653f58423b48565bb2083f497828707bdf20e57cfea14941c5480baf3283159cb7fe7b5ded966d5a2fb86a9281e64d1c1815b3abc36094052f8') prepare() { cp -a pytest-$pkgver{,-py2}