aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 07:17:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:33 +0000
commitee3ec425494710dbca1dcd8609af4ec98197337d (patch)
tree0ee3b8f66584d1d429991ad6ed4e28ff129c6416
parent983848396947679d58733f0be9226922bdc64431 (diff)
testing/py3-clikit: rebuild against python 3.8
-rw-r--r--testing/py3-clikit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-clikit/APKBUILD b/testing/py3-clikit/APKBUILD
index 5299f127d40..75ed92b0192 100644
--- a/testing/py3-clikit/APKBUILD
+++ b/testing/py3-clikit/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-clikit
_realname=clikit
pkgver=0.4.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python3 library to create beautiful and testable command-line interfaces"
options="!check" # No tests on pypi tarball, github uses pyproject.toml
url="https://github.com/sdispater/clikit"