git » python-argcomplete.git » commit 41e7243

Update to 1.12.3, tcsh tests fail on build server but work locally

author Antonio Rojas
2021-12-04 23:46:42 UTC
committer Antonio Rojas
2021-12-04 23:46:42 UTC
parent 6f60d6ba57bdd6c5dff1bcadbb22bf903677a443

Update to 1.12.3, tcsh tests fail on build server but work locally

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4291845..2076c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 
 pkgname=python-argcomplete
 _pyname=argcomplete
-pkgver=1.12.1
-_gitcommit=36bc3b3e4230caacb11de6e49c24bff1406f8c1d
-pkgrel=2
+pkgver=1.12.3
+_gitcommit=ce54b6dfd51f9f01b4ef85bb8692a9f804a11771
+pkgrel=1
 pkgdesc='Easy, extensible command line tab completion of arguments for your Python script'
 url='https://github.com/kislyuk/argcomplete'
 arch=('any')