diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 13:15:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:40 +0000 |
commit | aa158bafa4bf4833a7baa5decdc38997e92e6f1e (patch) | |
tree | 33fe2ad3d8c3fbb2997490876bfb68a90a0cef2c | |
parent | fb64cda9dd28d6d6abec24f35f1d92eac5051c5d (diff) | |
download | aports-aa158bafa4bf4833a7baa5decdc38997e92e6f1e.tar.bz2 aports-aa158bafa4bf4833a7baa5decdc38997e92e6f1e.tar.xz |
main/py3-configshell: rebuild against python 3.7
-rw-r--r-- | main/py3-configshell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py3-configshell/APKBUILD b/main/py3-configshell/APKBUILD index 949889ec17..58a2bbbbd5 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" |