diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-configshell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-configshell/APKBUILD b/testing/py-configshell/APKBUILD index 68f6e1b6e9..340a8792c5 100644 --- a/testing/py-configshell/APKBUILD +++ b/testing/py-configshell/APKBUILD @@ -4,7 +4,7 @@ _realname=configshell pkgver=1.1_p4 _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" @@ -14,7 +14,7 @@ depends_dev="python-dev py-simpleparse py-urwid" makedepends="$depends_dev" install="" subpackages= -source="http://dev.alpinelinux.org/archive/targetcli/$_realname-$_ver.tar.gz" +source="http://dev.alpinelinux.org/archive/configshell/$_realname-$_ver.tar.gz" _giturl="https://github.com/agrover/configshell-fb" _gittag=v$_ver |