author | Felix Yan
<felixonmars@archlinux.org> 2018-07-29 03:29:37 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-07-29 03:29:37 UTC |
parent | 8cc8038983a0b5e52de1a828893772b78fea2664 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 4de5ff9..1a7d409 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.6.3 -pkgrel=2 +pkgver=3.6.4 +pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') @@ -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=('ff46024ab691787909aa5e6fea853a29de9e3954da58023fefcb5f7fa979030cc8415481ed9df361ee16de54869806bde8e50bdbb2dd7fe326b18642c0b4ae3e') +sha512sums=('b3181bf016c7ab69cce9bc34f4f302e87cb98ca449f7dbf8308ed7f80bab84edd772ac4633811f6e77d66f02716be17e288fde5ec6d583c3af79543c87bdb4e7') prepare() { cp -a pytest-$pkgver{,-py2}