author | Felix Yan
<felixonmars@archlinux.org> 2019-04-16 11:47:13 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-04-16 11:47:13 UTC |
parent | a1242cf5042c49be610bd62c44aa918b4973bf48 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 44cf7c4..d3da4fb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=4.4.0 +pkgver=4.4.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=('44ad1439c3f7ccea19c0b9160a5dd89d9509092e17a2363369838f5681df21af68d903e6194605b11b682f4a5f30d4b17d09ec97171adf29d94b132a0c8d1070') +sha512sums=('f5b9ea8490265ba7fb0892a96d5496e0aa97074d787198f63ce2baa0ce12056faaba8a4f4ff14a374022549ceca2ae737498b8772345dffa6278ccfccc1cf1ed') prepare() { cp -a pytest-$pkgver{,-py2}