git » python-jaraco.functools.git » commit f9b3d2f

upgpkg: 4.1.0-3: Rebuild for Python 3.14

author Jelle van der Waa
2025-12-14 15:08:28 UTC
committer Jelle van der Waa
2025-12-14 15:08:28 UTC
parent 1e4b7321df434e4655789f21987d95d2e9dc54ca

upgpkg: 4.1.0-3: Rebuild for Python 3.14

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 2f00c76..775e918 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 = 2
+	pkgrel = 3
 	url = https://github.com/jaraco/jaraco.functools
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index eb99e9c..5a11f12 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=2
+pkgrel=3
 pkgdesc='Functools like those found in stdlib'
 arch=('any')
 url='https://github.com/jaraco/jaraco.functools'