author | Felix Yan
<felixonmars@archlinux.org> 2018-04-25 04:47:54 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-04-25 04:47:54 UTC |
parent | b4de6f918fbd3d0dbbed6ed4fafaa22eab81a40d |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 1c8da2e..36f1564 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.5.0 +pkgver=3.5.1 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -17,7 +17,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=('3e67f411b45f0cce6921d65926b3c6b7bcf6169a8e96eb8f74465d795a49d690c7027db3cb3147868ce238d5b416a6e87de27728598e4a526bf6bbb7a5506913') +sha512sums=('8eba7938a55719a4adcc9a8ddd62e28344b121163c32ad3b11d1ff5df4507428c861dc075facc7e58e89216c553ac5a929b604f932f607763c8b1ff5e4294bfe') prepare() { cp -a pytest-$pkgver{,-py2}