summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2017-01-29 15:56:23 +0100
committerJohannes Dewender2017-01-29 15:56:23 +0100
commitf660e29fbfe8c124283f765f9873577790999a0f (patch)
tree619fb6dba08d72e625cc63c8da92b53f98e09b39
parent9d38e27c7643aa6031170f4fd36dcf786b8cf1a0 (diff)
downloadaur-f660e29fbfe8c124283f765f9873577790999a0f.tar.gz
1.1.fb22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2735a62a8850..8b8842dd2f83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun May 8 18:52:08 UTC 2016
+# Sun Jan 29 14:56:23 UTC 2017
pkgbase = python-configshell-fb
pkgdesc = python framework for building simple CLI applications (free branch)
- pkgver = 1.1.fb20
+ pkgver = 1.1.fb22
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.fb20.tar.gz
- sha256sums = 4a9f4b59ccd256a1c4d4c270be43798853a91d9fec29bd0ba006b88b7476f383
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb22.tar.gz
+ sha256sums = a20b95791cdba6f7587869f4fa4337e8e4effbdec102ac6f7de349fe3b5bc612
pkgname = python-configshell-fb
depends = python-pyparsing
diff --git a/PKGBUILD b/PKGBUILD
index 0eb50576dbd5..d3621b21da27 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.fb20
+pkgver=1.1.fb22
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=('4a9f4b59ccd256a1c4d4c270be43798853a91d9fec29bd0ba006b88b7476f383')
+sha256sums=('a20b95791cdba6f7587869f4fa4337e8e4effbdec102ac6f7de349fe3b5bc612')
package_python-configshell-fb() {
depends=('python-pyparsing' 'python-urwid')