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

upgpkg: 4.0.0-3: Python 3.12 part 2

author Chih-Hsuan Yen
2024-04-20 17:52:12 UTC
committer Chih-Hsuan Yen
2024-04-20 17:52:12 UTC
parent 8c16979e19b9ba7543355e7bfffe4b7c95f5b1f7

upgpkg: 4.0.0-3: Python 3.12 part 2

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 7e14120..e393794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-jaraco.functools
 	pkgdesc = Functools like those found in stdlib
 	pkgver = 4.0.0
-	pkgrel = 2
+	pkgrel = 3
 	url = https://github.com/jaraco/jaraco.functools
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index dbb3e5a..5b87ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=python-jaraco.functools
 pkgver=4.0.0
 # curl https://api.github.com/repos/jaraco/jaraco.functools/git/ref/tags/v$pkgver | jq -r .object.sha
 _tag=de64dd5fcf86393ebcb827e1dc9503595ff77327
-pkgrel=2
+pkgrel=3
 pkgdesc='Functools like those found in stdlib'
 arch=('any')
 url='https://github.com/jaraco/jaraco.functools'