From aa158bafa4bf4833a7baa5decdc38997e92e6f1e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 4 Apr 2019 13:15:16 +0000 Subject: [PATCH] main/py3-configshell: rebuild against python 3.7 --- main/py3-configshell/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py3-configshell/APKBUILD b/main/py3-configshell/APKBUILD index 949889ec173..58a2bbbbd5d 100644 --- a/main/py3-configshell/APKBUILD +++ b/main/py3-configshell/APKBUILD @@ -4,7 +4,7 @@ _pkgname=configshell pkgver=1.1_p25 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=0 +pkgrel=1 pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications" url="https://github.com/agrover/configshell-fb" arch="noarch"