From ee3ec425494710dbca1dcd8609af4ec98197337d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Nov 2019 07:17:07 +0000 Subject: [PATCH] testing/py3-clikit: rebuild against python 3.8 --- testing/py3-clikit/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"