Date: Wednesday, January 22, 2020 @ 07:30:11 Author: felixonmars Revision: 553409
upgpkg: python-pytest 5.3.3-1 Modified: python-pytest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-22 07:19:01 UTC (rev 553408) +++ PKGBUILD 2020-01-22 07:30:11 UTC (rev 553409) @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <[email protected]> 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 @@ '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
