author | Daniel M. Capella
<polyzen@archlinux.org> 2024-05-14 21:00:46 UTC |
committer | Daniel M. Capella
<polyzen@archlinux.org> 2024-05-14 21:00:46 UTC |
parent | 0be1f676654d58e1ba728c899f3b975bf198fdac |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index a8c097c..7ef3163 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pytest pkgdesc = Simple powerful testing with Python pkgver = 8.1.2 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://pytest.org/ arch = any diff --git a/PKGBUILD b/PKGBUILD index c59d105..32ac104 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-pytest _name=${pkgname#python-} pkgver=8.1.2 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Simple powerful testing with Python" arch=('any')