| author | Antonio Rojas
            <arojas@archlinux.org> 2024-11-16 22:41:25 UTC  | 
| committer | Antonio Rojas
            <arojas@archlinux.org> 2024-11-16 22:41:25 UTC  | 
| parent | f873a193b9dc30883a936d2416f7530c8f9be315 | 
| .SRCINFO | +1 | -1 | 
| PKGBUILD | +1 | -1 | 
diff --git a/.SRCINFO b/.SRCINFO index ac5db91..b6d83ad 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pyalpm pkgdesc = Python 3 bindings for libalpm pkgver = 0.10.10 - 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 6977346..e2e4848 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=pyalpm pkgver=0.10.10 -pkgrel=1 +pkgrel=2 pkgdesc="Python 3 bindings for libalpm" arch=('x86_64') url="https://gitlab.archlinux.org/archlinux/pyalpm"