diff options
Diffstat (limited to 'testing/py-configshell/APKBUILD')
-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 340a8792c5..299357e2ee 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=1 +pkgrel=2 pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications" url="https://github.com/agrover/configshell-fb" arch="noarch" @@ -57,4 +57,4 @@ package() { python setup.py install --skip-build --root="$pkgdir" } -md5sums="3871daaf48df182d376c8cbb1d2dfff0 configshell-1.1.fb4.tar.gz" +md5sums="69abc1134f16a14d481518a5378cf1b1 configshell-1.1.fb4.tar.gz" |