git » python-argcomplete.git » commit 20f889a

rebuild with python 3.11

author Felix Yan
2023-04-08 09:42:48 UTC
committer Felix Yan
2023-04-08 09:42:48 UTC
parent 84fea2d68de03b7ff8270c1ded8b4e576688a189

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 293954e..8dec5af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python-argcomplete
 _pyname=argcomplete
 pkgver=2.0.0
 _gitcommit=bf16566adcfb2fd0307c6ecdf24304b21b0b5752
-pkgrel=1
+pkgrel=2
 pkgdesc='Easy, extensible command line tab completion of arguments for your Python script'
 url='https://github.com/kislyuk/argcomplete'
 arch=('any')