git » python-jaraco.classes.git » commit d533a4f

upgpkg: 3.3.1-2: Python 3.12 rebuilds

author Chih-Hsuan Yen
2024-04-06 05:59:37 UTC
committer Chih-Hsuan Yen
2024-04-06 05:59:37 UTC
parent 7940e91be6fb101025a5909041fd97f38a232870

upgpkg: 3.3.1-2: Python 3.12 rebuilds

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index d8c4aa9..26b1f13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-jaraco.classes
 	pkgdesc = Module for classes manipulation
 	pkgver = 3.3.1
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/jaraco/jaraco.classes
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4d6e931..45a6a6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=python-jaraco.classes
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Module for classes manipulation'
 arch=('any')
 url='https://github.com/jaraco/jaraco.classes'