summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-01-13 21:30:34 +0100
committerJohannes Dewender2015-01-13 21:30:34 +0100
commite6865acc33eff0d5a5e5169e7e5cbce503c96e37 (patch)
tree0740c5231f7db464fac5ed5e17e4f42d5d749da3
parentd7e0853070f360604a1c611cc2fcfdaaa60aa972 (diff)
downloadaur-e6865acc33eff0d5a5e5169e7e5cbce503c96e37.tar.gz
python-configshell-fb: 1.1.fb17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3acc7e0c5c73..c47fc6143dbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-configshell-fb
pkgdesc = python framework for building simple CLI applications (free branch)
- pkgver = 1.1.fb16
- pkgrel = 2
+ pkgver = 1.1.fb17
+ pkgrel = 1
url = https://github.com/agrover/configshell-fb
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb16.tar.gz
- sha256sums = 391187e213bcec4eb81d34baad973afd6ff544af1fe07816ff784a3eb278e0c5
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb17.tar.gz
+ sha256sums = a474152c799b65a1cf16f1fbf395ab68b5d49b7c246e6dc97e8c309e3e76708d
pkgname = python-configshell-fb
depends = python-pyparsing
diff --git a/PKGBUILD b/PKGBUILD
index 1425ef7ced15..3d756222011b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=('python-configshell-fb' 'python2-configshell-fb')
_pkgname=configshell-fb
-pkgver=1.1.fb16
-pkgrel=2
+pkgver=1.1.fb17
+pkgrel=1
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
url="https://github.com/agrover/configshell-fb"
@@ -10,7 +10,7 @@ license=('Apache')
options=()
makedepends=('python-setuptools' 'python2-setuptools')
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
-sha256sums=('391187e213bcec4eb81d34baad973afd6ff544af1fe07816ff784a3eb278e0c5')
+sha256sums=('a474152c799b65a1cf16f1fbf395ab68b5d49b7c246e6dc97e8c309e3e76708d')
package_python-configshell-fb() {
depends=('python-pyparsing' 'python-urwid')