git » pyalpm.git » commit 953845b

upgpkg: 0.10.9-2: rebuild with python 3.12

author Jelle van der Waa
2024-04-03 17:24:00 UTC
committer Jelle van der Waa
2024-04-03 17:24:00 UTC
parent 50f7bc44ee319d940b0b0412bc125d8aaf6e8047

upgpkg: 0.10.9-2: rebuild with python 3.12

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index c8f8ae7..6fd4ba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = pyalpm
 	pkgdesc = Python 3 bindings for libalpm
 	pkgver = 0.10.9
-	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 3420515..299bf73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=pyalpm
 pkgver=0.10.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Python 3 bindings for libalpm"
 arch=('x86_64')
 url="https://gitlab.archlinux.org/archlinux/pyalpm"