author | Felix Yan
<felixonmars@archlinux.org> 2019-01-13 19:55:37 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-01-13 19:55:37 UTC |
parent | f0f3d5fba0165c0ab5bf9f71237c8073bb0e3e71 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index d3d3918..41b7f19 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=4.1.0 +pkgver=4.1.1 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=('bb83ccad71d8fc210edfe8536f7edeee93988d9cb3f36a52ec47377569cd551eada20148518c77cdf39686fee4ca2580c765c82fc988bbdfa9733a259546837d') +sha512sums=('3dbc9f33eb7d64949057e2ae00d91659711ea9125d8049daf240fff8a6c70797493d52628a213553fc654efd9f34f05c36b80fa054cbfd8ffd93eaf44ea3fd10') prepare() { cp -a pytest-$pkgver{,-py2}