summaryrefslogtreecommitdiffstats
path: root/testing/py-configshell
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-02-16 09:13:44 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-02-16 09:13:44 +0000
commitdd8ca3863284f2b7293707017221f2404a1c95bb (patch)
treefe816ece71e01be0fee3658857dc7f4952ee580a /testing/py-configshell
parentaff1632381ea7c194655aea72567cb403a268b23 (diff)
downloadaports-dd8ca3863284f2b7293707017221f2404a1c95bb.tar.bz2
aports-dd8ca3863284f2b7293707017221f2404a1c95bb.tar.xz
testing/py-configshell: fix source url
Diffstat (limited to 'testing/py-configshell')
-rw-r--r--testing/py-configshell/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-configshell/APKBUILD b/testing/py-configshell/APKBUILD
index 68f6e1b6e..340a8792c 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