Date: Sunday, October 4, 2020 @ 18:47:00 Author: felixonmars Revision: 717852
upgpkg: python-pytest 6.1.1-1 Modified: python-pytest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-04 18:44:55 UTC (rev 717851) +++ PKGBUILD 2020-10-04 18:47:00 UTC (rev 717852) @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <[email protected]> pkgname=python-pytest -pkgver=6.1.0 +pkgver=6.1.1 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -17,7 +17,7 @@ 'python-decorator' 'python-docutils' 'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments' 'python-twisted' 'python-pytest-xdist') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz") -sha512sums=('fdf60a3a1c93a254f51652f4a56204d08faa763bd313a96fca4b439c877e05ac3c78d93d2ca9af9639a884415709a30736ef1b890ee10dee3d55f6accd3ad57b') +sha512sums=('642782eb3f07756c11c7552c908031e83d888d7dbdd11f5b7aa349b6406724349468c6beee5f1ef770a4522710301659db7f9d6100f8da4b43c72d79d077f2aa') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
