git » python-pytest.git » commit 9d47344

upgpkg: 6.0.1-1

author Felix Yan
2020-07-31 18:49:06 UTC
committer Felix Yan
2020-07-31 18:49:06 UTC
parent 38097f92ffaceb654ef374c52a0349d4a1fdd52e

upgpkg: 6.0.1-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 5a689a5..8ccd970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
 
 pkgname=python-pytest
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -15,9 +15,9 @@ checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 'python-nos
               'python-xmlschema'
               # Unlisted, but actually used. Check again after a while:
               'python-decorator' 'python-docutils' 'python-jinja' 'python-numpy' 'python-pexpect'
-              'python-twisted' 'python-pytest-xdist')
+              'python-pygments' 'python-twisted' 'python-pytest-xdist')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('2c42c54a16a02b5d033527c3632e4e49d6fb82deee8a05ae1665fcd5f3978098c87599e8fb1bcd14a098d977c7d8588dc93b3b84398b5dc965d1b0c2740b446e')
+sha512sums=('3bf476f5e27254c3e0f5553c9bcde71599bb857ae182f65c579fb6709794913427c65f3235d2c6cb990bca0f39920b836f05cfe52817b47f688f5cf1f4c5e047')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver