summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-05-08 20:52:08 +0200
committerJohannes Dewender2016-05-08 20:52:08 +0200
commit9d38e27c7643aa6031170f4fd36dcf786b8cf1a0 (patch)
tree11a307d120b1d8741f99f50e1b428453c0b5d32b
parent6b2dfb8f1e1855f7fb8da162fcd7f6d46fade273 (diff)
downloadaur-9d38e27c7643aa6031170f4fd36dcf786b8cf1a0.tar.gz
1.1.fb20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d59ef426931b..2735a62a8850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun May 8 18:52:08 UTC 2016
pkgbase = python-configshell-fb
pkgdesc = python framework for building simple CLI applications (free branch)
- pkgver = 1.1.fb19
+ pkgver = 1.1.fb20
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.fb19.tar.gz
- sha256sums = 7aabcd10c407909895634f2b217fba2ef22c5023292edf10353748068cbe315e
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb20.tar.gz
+ sha256sums = 4a9f4b59ccd256a1c4d4c270be43798853a91d9fec29bd0ba006b88b7476f383
pkgname = python-configshell-fb
depends = python-pyparsing
diff --git a/PKGBUILD b/PKGBUILD
index 9b1d191d4b8b..0eb50576dbd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=('python-configshell-fb' 'python2-configshell-fb')
_pkgname=configshell-fb
-pkgver=1.1.fb19
+pkgver=1.1.fb20
pkgrel=1
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
@@ -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=('7aabcd10c407909895634f2b217fba2ef22c5023292edf10353748068cbe315e')
+sha256sums=('4a9f4b59ccd256a1c4d4c270be43798853a91d9fec29bd0ba006b88b7476f383')
package_python-configshell-fb() {
depends=('python-pyparsing' 'python-urwid')