diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/py-configshell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-configshell/APKBUILD b/main/py-configshell/APKBUILD index c4cd714281..b9458bada1 100644 --- a/main/py-configshell/APKBUILD +++ b/main/py-configshell/APKBUILD @@ -4,11 +4,11 @@ _realname=configshell pkgver=1.1_p19 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=2 +pkgrel=3 pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications" url="https://github.com/agrover/configshell-fb" arch="noarch" -license="AGPL3" +license="Apache-2.0" depends="python2 py-six py-urwid py-parsing" depends_dev="" makedepends="$depends_dev python2-dev py-setuptools" |