author | Morten Linderud
<foxboron@archlinux.org> 2024-03-09 13:08:04 UTC |
committer | Morten Linderud
<foxboron@archlinux.org> 2024-03-09 13:08:04 UTC |
parent | 368ed6f79fb57f6582262eda1f1647807d6bb7f8 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 3ac131a..d70d46d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pyalpm pkgdesc = Python 3 bindings for libalpm pkgver = 0.10.7 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.archlinux.org/archlinux/pyalpm arch = x86_64 license = GPL-3.0-or-later diff --git a/PKGBUILD b/PKGBUILD index d14ad01..07ef6c0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=pyalpm pkgver=0.10.7 -pkgrel=1 +pkgrel=2 pkgdesc="Python 3 bindings for libalpm" arch=('x86_64') url="https://gitlab.archlinux.org/archlinux/pyalpm"