git » python-argcomplete.git » commit 6f60d6b

Python 3.10 rebuild

author Felix Yan
2021-11-30 20:22:09 UTC
committer Felix Yan
2021-11-30 20:22:09 UTC
parent 30d778fecc9093bb4c9b8a0ac00ea2ead17db0d6

Python 3.10 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index afccbd9..4291845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python-argcomplete
 _pyname=argcomplete
 pkgver=1.12.1
 _gitcommit=36bc3b3e4230caacb11de6e49c24bff1406f8c1d
-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')