author | Felix Yan
<felixonmars@archlinux.org> 2018-08-18 15:47:27 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-08-18 15:47:27 UTC |
parent | 394e8124341c1374306cbf0165dd44fbac8a4ee4 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index eb69e5e..f41233e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.7.1 +pkgver=3.7.2 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=('2980d0d8d60536e6438d0375ec05808e048ea1a88ca73e0cbd9f93ca7dfb0341a172f006e75fa1cc178a1fea56db2b7177fa1dbcd205e52577be0d20d70cb793') +sha512sums=('7fe8fa7b26a57b79555a44a0c8c30324a73110b977a80a1b4250b3c207f5ec422ca11a44baa5a5767eb94304430f59d584aefc839cf02f8fce3a45cfdf6e02b0') prepare() { cp -a pytest-$pkgver{,-py2}