author | Felix Yan
<felixonmars@archlinux.org> 2018-07-05 09:56:21 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-07-05 09:56:21 UTC |
parent | 55b4393f478882bb05083ec394643e6a52dec9f3 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 2303eb0..b2fc7e9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.6.2 -pkgrel=2 +pkgver=3.6.3 +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=('14044722226623a37668f49d9e9916e0abc29b87b85c58d34fb4d697017d5c64adb85185d58449493859cd1632f89318b80baed667a452efabff744153ce3106') +sha512sums=('ff46024ab691787909aa5e6fea853a29de9e3954da58023fefcb5f7fa979030cc8415481ed9df361ee16de54869806bde8e50bdbb2dd7fe326b18642c0b4ae3e') prepare() { cp -a pytest-$pkgver{,-py2}