author | Felix Yan
<felixonmars@archlinux.org> 2019-04-01 07:40:33 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-04-01 07:40:33 UTC |
parent | 52385b9fa1a4bcf208ea6e1e12f2bb4f79c476c5 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 806f598..44cf7c4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=4.3.1 +pkgver=4.4.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=('7d8bbee64690e03a798ff6d7c52c9d9b50973177a42196aa7b4d493482ef7937a5f20358b0d3c089c66bed12aa2a5aa768bb1e433a695bc39a95d1872de5ca63') +sha512sums=('44ad1439c3f7ccea19c0b9160a5dd89d9509092e17a2363369838f5681df21af68d903e6194605b11b682f4a5f30d4b17d09ec97171adf29d94b132a0c8d1070') prepare() { cp -a pytest-$pkgver{,-py2}