author | Felix Yan
<felixonmars@archlinux.org> 2018-12-15 08:58:58 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-12-15 08:58:58 UTC |
parent | 54e5756b20dec92b0d87afd4288677b2376d0842 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index a4030cc..0a0b8e6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=4.0.1 +pkgver=4.0.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=('7b8d9cb60012392371d15845251e0c27441616b1db1e111317625f9c92548982439aad6ed88c472948f041614cb53081adb0a416c8b80b4d3dc1c221b97e8c7a') +sha512sums=('231c2cd61cf91d8239c8c02b4e6ec6012ca8752d8438f516cc8f0add564f5e3b5a5c971d9067b086c2327dd079d5290f05fca3456223af6915742e9ff8e55597') prepare() { cp -a pytest-$pkgver{,-py2}