author | Felix Yan
<felixonmars@archlinux.org> 2019-02-13 17:54:45 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-02-13 17:54:45 UTC |
parent | 710b9f8eaa006497607012e4c3d2ef465b8ce0d7 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index d6c52a4..1ec92f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=4.2.0 +pkgver=4.2.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=('f0139a887c16db5eb3858c352c65e86a75d9393a64d724321874a5a7375b79a6ab6f0f231735a7d7a0e866aaf02a2de4b823989f155493e0ad9d512072e92ed2') +sha512sums=('402e7aa19e8508e5b008e21c7465939bdaafb8ebc023b95295dcd5a6c6b55c2a12675ce10a1f2a4fadd67a73d42a03f8af0cad4b6969f05100cc80d29ecc15d7') prepare() { cp -a pytest-$pkgver{,-py2}