git » python-jeepney.git » commit 22bd0fe

upgpkg: 0.8.0-4: Rebuild for Python 3.13

author Jelle van der Waa
2024-11-21 13:51:46 UTC
committer Jelle van der Waa
2024-11-21 13:51:46 UTC
parent 3189bb7a95e71dffd5c83e92554d49c0ddfbda7a

upgpkg: 0.8.0-4: Rebuild for Python 3.13

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 99da59d..1c366a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-jeepney
 	pkgdesc = Low-level, pure Python DBus protocol wrapper
 	pkgver = 0.8.0
-	pkgrel = 3
+	pkgrel = 4
 	url = https://gitlab.com/takluyver/jeepney
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ddcf37d..51ce5a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=python-jeepney
 pkgver=0.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Low-level, pure Python DBus protocol wrapper"
 url="https://gitlab.com/takluyver/jeepney"
 license=('MIT')