summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-08-28 21:10:22 +0200
committerJohannes Dewender2014-08-28 21:10:22 +0200
commitfa7f29e9ea4d24a8aa70d8c1ca4f9e3da131ea6a (patch)
tree5cafaa662c41168556b4d304231fc65d1c15267f
parent0a5bdc5022973e508d4e3d64eae0a82973644ee0 (diff)
downloadaur-fa7f29e9ea4d24a8aa70d8c1ca4f9e3da131ea6a.tar.gz
python-configshell-fb: 1.1.fb14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdc3a6353a15..5c295350a03e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-configshell-fb
pkgdesc = python framework for building simple CLI applications (free branch)
- pkgver = 1.1.fb13
+ pkgver = 1.1.fb14
pkgrel = 1
url = https://github.com/agrover/configshell-fb
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-configshell-fb
depends = python-urwid
provides = python-configshell
conflicts = python-configshell
- source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb13.tar.gz
- md5sums = a10cdd7bc418bb86c71aebff112bc63a
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb14.tar.gz
+ sha256sums = 280b6a1361a0d27804e281d54d5513f7dc2258a7a8404ebd9ae53f97ae992d26
pkgname = python-configshell-fb
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"