author | Felix Yan
<felixonmars@archlinux.org> 2018-11-04 17:58:36 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-11-04 17:58:36 UTC |
parent | 5d0064548543b784f7b1ef63e1bd54d9c3cf622d |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index c82f2b4..62c3aed 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.9.3 +pkgver=3.10.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=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05') +sha512sums=('d095ee775a2c298559c7db5588082016a773b2f2cfb7e695a1d2da9006fc9f86e31df1b5f2278ad7f4dfdf00e30f981b00a101a5d1a0fa8654317c24663a9706') prepare() { cp -a pytest-$pkgver{,-py2}