git » python-jaraco.functools.git » commit 2817f5a

rebuild with python 3.11

author Felix Yan
2023-04-06 13:41:36 UTC
committer Felix Yan
2023-04-06 13:41:36 UTC
parent 6f313532415a1fcf576b9bb76fd78bc5a786d8e9

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index ea1690f..2b559eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=python-jaraco.functools
 # https://github.com/jaraco/jaraco.functools/blob/main/CHANGES.rst
 pkgver=3.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Functools like those found in stdlib'
 arch=('any')
 url='https://github.com/jaraco/jaraco.functools'