author | Felix Yan
<felixonmars@archlinux.org> 2018-03-06 15:17:02 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-03-06 15:17:02 UTC |
parent | 85d1e71ccc63056daf265fafcb6af1e99f501bef |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 7f70436..f75b095 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.4.1 +pkgver=3.4.2 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -16,7 +16,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=('b1b9f46582e1838882133c2db21426f6066c78759b31f50f0c741fbbe8a8815028d13978dd25230d19dca29dd964722b8e400228aff7b08f3fffdcd01639b6df') +sha512sums=('6765325353122ebfe1cc03798d64009ef05dbcaa9d8d5dfa6b9d63f8b81282e73c7e95cd17c7668f70f2cb50e222dbf93a31dc39947c1d2552a352fab7b192b3') prepare() { cp -a pytest-$pkgver{,-py2}