author | Felix Yan
<felixonmars@archlinux.org> 2020-01-22 07:30:11 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-01-22 07:30:11 UTC |
parent | 274d69559207cb7da0be9864d475abc942641ce5 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 244924c..30bdb3f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.3.2 +pkgver=5.3.3 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -17,7 +17,7 @@ checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 'python-hypot 'python-numpy' 'python-twisted' 'python-pytest-xdist' 'python-decorator' 'python-jinja' 'python-pexpect') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz") -sha512sums=('47d598099abc62c63312eb92be92b77a21437544f578cace81843213a496640fbea76faba8570785b8d23b541cb80222e612e885c4c2334ec02cdb99be9eacb5') +sha512sums=('c5fab42b7f8c96c2c2980cc9957e64a7886e77739331bafa2eb70cb709d7c1651408604ee6bcca730d32e0e22a874259dffb1bfd43d6b6a0cdab4fe2cca6dda1') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver