git » pyalpm.git » commit 1e13bbd

upgpkg: 0.10.7-3: fix rebuild mistake that went to stable

author Morten Linderud
2024-03-09 13:50:55 UTC
committer Morten Linderud
2024-03-09 13:50:55 UTC
parent 5e227cfeff1cb73a010d6d1bd828880c7b537ffd

upgpkg: 0.10.7-3: fix rebuild mistake that went to stable

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index d70d46d..404b425 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = pyalpm
 	pkgdesc = Python 3 bindings for libalpm
 	pkgver = 0.10.7
-	pkgrel = 2
+	pkgrel = 3
 	url = https://gitlab.archlinux.org/archlinux/pyalpm
 	arch = x86_64
 	license = GPL-3.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index 07ef6c0..7bd230f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=pyalpm
 pkgver=0.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Python 3 bindings for libalpm"
 arch=('x86_64')
 url="https://gitlab.archlinux.org/archlinux/pyalpm"