author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-21 12:42:53 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-21 12:42:53 UTC |
parent | 6ebbfb75bee864103947844bbfce2d32ffb899e0 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index f381144..bca3f27 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pytest pkgdesc = Simple powerful testing with Python pkgver = 8.1.1 - pkgrel = 2 + pkgrel = 3 epoch = 1 url = https://pytest.org/ arch = any diff --git a/PKGBUILD b/PKGBUILD index 4e77128..4764151 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-pytest _name=${pkgname#python-} pkgver=8.1.1 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="Simple powerful testing with Python" arch=('any')