aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-argcomplete/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-argcomplete/APKBUILD b/testing/py3-argcomplete/APKBUILD
index 0aaee698b6..6ff2715a35 100644
--- a/testing/py3-argcomplete/APKBUILD
+++ b/testing/py3-argcomplete/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-argcomplete
_pkgname=${pkgname#py3-}
pkgver=1.10.0
-pkgrel=0
+pkgrel=1
pkgdesc="Easy, extensible command line tab completion of arguments for your Python script"
options="!check" # Tests are py2 dependent
url="https://github.com/kislyuk/argcomplete"