diff options
Diffstat (limited to 'community/py3-configshell/APKBUILD')
-rw-r--r-- | community/py3-configshell/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-configshell/APKBUILD b/community/py3-configshell/APKBUILD index 818f3d64b0..b55b9338d1 100644 --- a/community/py3-configshell/APKBUILD +++ b/community/py3-configshell/APKBUILD @@ -2,15 +2,15 @@ pkgname=py3-configshell _pkgname=configshell pkgver=1.1.26 -pkgrel=3 +pkgrel=4 pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications" -url="https://github.com/agrover/configshell-fb" +url="https://github.com/open-iscsi/configshell-fb" arch="noarch" license="Apache-2.0" depends="python3 py3-six py3-urwid py3-parsing" makedepends="py3-setuptools" options="!check" # no test suite -source="$_pkgname-fb-$pkgver.tar.gz::https://github.com/agrover/configshell-fb/archive/v$pkgver.tar.gz" +source="$_pkgname-fb-$pkgver.tar.gz::https://github.com/open-iscsi/configshell-fb/archive/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-fb-$pkgver build() { |