author | Felix Yan
<felixonmars@archlinux.org> 2018-10-27 23:28:37 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-10-27 23:28:37 UTC |
parent | 41c08a17de4a43d417c881c386b6fae6ab49d22d |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index f22944f..c82f2b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.9.2 +pkgver=3.9.3 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=('c540282087ab1420c97b3c241d3167781a5f5bb9e5a3fc6336ccb3e9b2cd35fe2814823662dff3c7c38373ad8d3831e50f2a44f9c9724cbff847f43d99a7b33c') +sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05') prepare() { cp -a pytest-$pkgver{,-py2}