summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-09-25 01:22:37 +0200
committerJohannes Dewender2014-09-25 01:22:37 +0200
commitf95c2b37e67b75d6d0c22928a307911e9f2111a4 (patch)
treed8f6048695eb9d9f0a24b65b3a709917dd3c3deb
parentfa7f29e9ea4d24a8aa70d8c1ca4f9e3da131ea6a (diff)
downloadaur-f95c2b37e67b75d6d0c22928a307911e9f2111a4.tar.gz
python-configshell-fb: 1.1.fb15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c295350a03e..bdd6bbda0aae 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.fb14
+ pkgver = 1.1.fb15
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.fb14.tar.gz
- sha256sums = 280b6a1361a0d27804e281d54d5513f7dc2258a7a8404ebd9ae53f97ae992d26
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb15.tar.gz
+ sha256sums = 7e645509acff3e92d4b824be48cdca1ba059e94ae9f9e0bdedd5829c310518d9
pkgname = python-configshell-fb
diff --git a/PKGBUILD b/PKGBUILD
index bcb7a018b57f..0a9f55686526 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.fb14
+pkgver=1.1.fb15
pkgrel=1
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
@@ -13,7 +13,7 @@ provides=('python-configshell')
conflicts=('python-configshell')
options=()
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
-sha256sums=('280b6a1361a0d27804e281d54d5513f7dc2258a7a8404ebd9ae53f97ae992d26')
+sha256sums=('7e645509acff3e92d4b824be48cdca1ba059e94ae9f9e0bdedd5829c310518d9')
build() {
cd "$srcdir/$_pkgname-$pkgver"