summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1863f43ab901..bcb7a018b57f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python-configshell-fb
_pkgname=configshell-fb
-pkgver=1.1.fb13
+pkgver=1.1.fb14
pkgrel=1
-epoch=
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
url="https://github.com/agrover/configshell-fb"
@@ -14,7 +13,7 @@ provides=('python-configshell')
conflicts=('python-configshell')
options=()
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
-md5sums=('a10cdd7bc418bb86c71aebff112bc63a')
+sha256sums=('280b6a1361a0d27804e281d54d5513f7dc2258a7a8404ebd9ae53f97ae992d26')
build() {
cd "$srcdir/$_pkgname-$pkgver"