author | Felix Yan
<felixonmars@archlinux.org> 2018-02-02 14:29:55 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-02-02 14:29:55 UTC |
parent | 4d535284d7c973ada827d42b40b650464117543f |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 4ec55d0..203865b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.3.2 +pkgver=3.4.0 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=('6e15a213ead242afabc10d99907362a32ca381824168dc09daffadff32130e110ec7f2251d9534d77f9dcfa53ab9e2e76565afcfaeef6d832e7b42c720d192da') +sha512sums=('a0c6770915efc19fa1190e49219115af0b42aea0320309ba723fee0ebf020b91d1af809b71ecd0c489f45cfca5fabe97d344c1be52dc567f75e4306a8bd77606') prepare() { cp -a pytest-$pkgver{,-py2}