diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-03 07:42:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:30 +0000 |
commit | 264b7fe02db5c4adb51b93f34bd7d67a2564d9ee (patch) | |
tree | 4070a00448e7d80403ace99290f9cdf2196ac74e /testing/py3-cli_helpers | |
parent | 5a246c4e3be4d8880f2510b819115ff50e0b9c7d (diff) | |
download | aports-264b7fe02db5c4adb51b93f34bd7d67a2564d9ee.tar.bz2 aports-264b7fe02db5c4adb51b93f34bd7d67a2564d9ee.tar.xz |
testing/py3-cli_helpers: rebuild against python 3.8
Diffstat (limited to 'testing/py3-cli_helpers')
-rw-r--r-- | testing/py3-cli_helpers/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-cli_helpers/APKBUILD b/testing/py3-cli_helpers/APKBUILD index f9c5fd1af1..bdeb09124c 100644 --- a/testing/py3-cli_helpers/APKBUILD +++ b/testing/py3-cli_helpers/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cli_helpers _pkgname=cli_helpers pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="A helper library for command-line interfaces" url="https://pypi.python.org/pypi/cli-helpers" arch="noarch" |