git » python-jaraco.classes.git » commit 3be20a4

upgpkg: 3.4.0-3: Rebuild for Python 3.14

author Jelle van der Waa
2025-12-14 15:06:42 UTC
committer Jelle van der Waa
2025-12-14 15:06:42 UTC
parent 184cb8870e11a5690c67480dbfeb40bca2f4b5f6

upgpkg: 3.4.0-3: Rebuild for Python 3.14

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 764e44b..dbf276b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-jaraco.classes
 	pkgdesc = Module for classes manipulation
 	pkgver = 3.4.0
-	pkgrel = 2
+	pkgrel = 3
 	url = https://github.com/jaraco/jaraco.classes
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7b19f59..bf92954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=python-jaraco.classes
 # https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst
 pkgver=3.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Module for classes manipulation'
 arch=('any')
 url='https://github.com/jaraco/jaraco.classes'