diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-17 17:41:53 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-17 17:54:28 +0100 |
commit | 4e0369af3fd1ce8ab00fdb07f0d59197242f7fd2 (patch) | |
tree | 615be445b350aba258db122a501bb5427b538223 /testing/py3-argcomplete | |
parent | 877e78fe07031ee58e0f074f6235c29906115a7b (diff) | |
download | aports-4e0369af3fd1ce8ab00fdb07f0d59197242f7fd2.tar.bz2 aports-4e0369af3fd1ce8ab00fdb07f0d59197242f7fd2.tar.xz |
testing/py3-argcomplete: upgrade to 1.11.1
Diffstat (limited to 'testing/py3-argcomplete')
-rw-r--r-- | testing/py3-argcomplete/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-argcomplete/APKBUILD b/testing/py3-argcomplete/APKBUILD index 168cd204c5..4fa96876ef 100644 --- a/testing/py3-argcomplete/APKBUILD +++ b/testing/py3-argcomplete/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-argcomplete _pkgname=${pkgname#py3-} -pkgver=1.11.0 +pkgver=1.11.1 pkgrel=0 pkgdesc="Easy, extensible command line tab completion of arguments for your Python script" options="!check" # Tests are py2 dependent @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 } -sha512sums="6ddcd921c454ac14cb3dba1fee2ca6d702b25953c2bc748948f0471f1ce5a0196ff46be29db9c5781018dd19b73041ba225514db8763b811c16130f47e8067cb py3-argcomplete-1.11.0.tar.gz" +sha512sums="de1bc9450d735392d043e530d33827622bd1b5253b3cfe2df5340ec885197b0e1394bb19a3790d191c469e3279648c802d8bbcc20f87729fca0fae887866e188 py3-argcomplete-1.11.1.tar.gz" |