summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-03-25 23:58:07 +0100
committerJohannes Dewender2014-03-25 23:58:07 +0100
commit0a5bdc5022973e508d4e3d64eae0a82973644ee0 (patch)
tree9d25b9568a46453fd7bea3eb2a63f02dfcf63c1b
parent6ac017673a5ac38b5ca530a8f05a0a3c77190407 (diff)
downloadaur-0a5bdc5022973e508d4e3d64eae0a82973644ee0.tar.gz
python-configshell-fb: 1.1.fb13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c7dda82994..bdc3a6353a15 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.fb12
+ pkgver = 1.1.fb13
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.fb12.tar.gz
- md5sums = fc399f43f738d4f166b79a57128890ea
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb13.tar.gz
+ md5sums = a10cdd7bc418bb86c71aebff112bc63a
pkgname = python-configshell-fb
diff --git a/PKGBUILD b/PKGBUILD
index 8826e3fd953a..1863f43ab901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python-configshell-fb
_pkgname=configshell-fb
-pkgver=1.1.fb12
+pkgver=1.1.fb13
pkgrel=1
epoch=
pkgdesc="python framework for building simple CLI applications (free branch)"
@@ -14,7 +14,7 @@ provides=('python-configshell')
conflicts=('python-configshell')
options=()
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
-md5sums=('fc399f43f738d4f166b79a57128890ea')
+md5sums=('a10cdd7bc418bb86c71aebff112bc63a')
build() {
cd "$srcdir/$_pkgname-$pkgver"