summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-03-14 20:47:48 +0100
committerJohannes Dewender2014-03-14 20:47:48 +0100
commit6ac017673a5ac38b5ca530a8f05a0a3c77190407 (patch)
tree30e942ebcdacefeb04e015883cc5ac15d822680a
parent374290bb5f4787cc1870758409fc4a4c64cdd898 (diff)
downloadaur-6ac017673a5ac38b5ca530a8f05a0a3c77190407.tar.gz
python-configshell-fb: 1.1.fb12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c910fe70ce32..b3c7dda82994 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.fb11
+ pkgver = 1.1.fb12
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.fb11.tar.gz
- md5sums = df98b31141060d37f4656528a0c3b711
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb12.tar.gz
+ md5sums = fc399f43f738d4f166b79a57128890ea
pkgname = python-configshell-fb
diff --git a/PKGBUILD b/PKGBUILD
index 215ad10ab288..8826e3fd953a 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.fb11
+pkgver=1.1.fb12
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=('df98b31141060d37f4656528a0c3b711')
+md5sums=('fc399f43f738d4f166b79a57128890ea')
build() {
cd "$srcdir/$_pkgname-$pkgver"