author | Felix Yan
<felixonmars@archlinux.org> 2018-08-27 05:07:39 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-08-27 05:07:39 UTC |
parent | ff7b3389b7e2a139781162d7744b982c6550fbff |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index f41233e..c3e8e66 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.7.2 +pkgver=3.7.3 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=('7fe8fa7b26a57b79555a44a0c8c30324a73110b977a80a1b4250b3c207f5ec422ca11a44baa5a5767eb94304430f59d584aefc839cf02f8fce3a45cfdf6e02b0') +sha512sums=('c4542ead303314dab3f6424a34ae19114e98e968017229697731b7f3d5dced509f58804aa8b8d726eb76435275515600a4f1a943f10d57da142b004618002987') prepare() { cp -a pytest-$pkgver{,-py2}