author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 16:55:27 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 16:55:27 UTC |
parent | 85c662824c8ef3deb8b3dc10c0ef4f04450210d6 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 68f46ef..f381144 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pytest pkgdesc = Simple powerful testing with Python pkgver = 8.1.1 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://pytest.org/ arch = any diff --git a/PKGBUILD b/PKGBUILD index b278fe7..4e77128 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-pytest _name=${pkgname#python-} pkgver=8.1.1 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Simple powerful testing with Python" arch=('any')