Date: Friday, May 8, 2020 @ 15:05:28 Author: felixonmars Revision: 625704
upgpkg: python-pytest 5.4.2-1 Modified: python-pytest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 15:03:33 UTC (rev 625703) +++ PKGBUILD 2020-05-08 15:05:28 UTC (rev 625704) @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <[email protected]> pkgname=python-pytest -pkgver=5.4.1 +pkgver=5.4.2 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=('921acb74d6161d368041fd44237d7bea20e0c925058fdb929cbe10c5634837a54b2e5332fc3b73d83d28c703353efda74e7685756dfc186fa2df7d56cb6227c5') +sha512sums=('26c061409fb5eed446ac9f45930c9b96d885ec57f1f45810848ce17d866b1aba0808623eb7188ea9a8e50d2787509b4e6771f129a8b5fc799cd120c050d30cfc') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
