git » python-jaraco.functools.git » commit 1e4b732

upgpkg: 4.1.0-2: Rebuild for Python 3.14 (nocheck)

author Jelle van der Waa
2025-12-14 11:09:04 UTC
committer Jelle van der Waa
2025-12-14 11:09:04 UTC
parent c5bd13e91990afe8d36f56c564a426b7b3bfc7f3

upgpkg: 4.1.0-2: Rebuild for Python 3.14 (nocheck)

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index a7feea2..2f00c76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-jaraco.functools
 	pkgdesc = Functools like those found in stdlib
 	pkgver = 4.1.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/jaraco/jaraco.functools
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 317de7d..eb99e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=python-jaraco.functools
 # https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Functools like those found in stdlib'
 arch=('any')
 url='https://github.com/jaraco/jaraco.functools'