author | Felix Yan
<felixonmars@archlinux.org> 2018-11-11 23:04:23 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-11-11 23:04:23 UTC |
parent | 0cc05749e01cbc52da9de4c63fc9e144c0611cb1 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 62c3aed..cba4d85 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.10.0 +pkgver=3.10.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=('d095ee775a2c298559c7db5588082016a773b2f2cfb7e695a1d2da9006fc9f86e31df1b5f2278ad7f4dfdf00e30f981b00a101a5d1a0fa8654317c24663a9706') +sha512sums=('d512d95a369f253450e9420daa558573e53cba856e2fa62b9746e5698caaf80c470cccf81b73f8268d7abc36f32ce288383be44df6cace7492d0fc4442ff742b') prepare() { cp -a pytest-$pkgver{,-py2}