author | Felix Yan
<felixonmars@archlinux.org> 2018-10-23 05:05:25 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-10-23 05:05:25 UTC |
parent | f7f1ac7543d7733a6bad6b88192d803ea07fb49d |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index e5daa6c..f22944f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=3.9.1 +pkgver=3.9.2 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=('22c2d69795df1653f58423b48565bb2083f497828707bdf20e57cfea14941c5480baf3283159cb7fe7b5ded966d5a2fb86a9281e64d1c1815b3abc36094052f8') +sha512sums=('c540282087ab1420c97b3c241d3167781a5f5bb9e5a3fc6336ccb3e9b2cd35fe2814823662dff3c7c38373ad8d3831e50f2a44f9c9724cbff847f43d99a7b33c') prepare() { cp -a pytest-$pkgver{,-py2}