summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-12-02 18:18:03 +0100
committerJohannes Dewender2015-12-02 18:18:03 +0100
commit6b2dfb8f1e1855f7fb8da162fcd7f6d46fade273 (patch)
treef610a2578d67dfecdf41054e2f06a046374d4e50
parentdb01566a7f82c56f110ac8ba5c4beca5ad481695 (diff)
downloadaur-6b2dfb8f1e1855f7fb8da162fcd7f6d46fade273.tar.gz
1.1.fb19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e92711c62a45..d59ef426931b 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.fb18
+ pkgver = 1.1.fb19
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.fb18.tar.gz
- sha256sums = 3685446d6ee02881930bb2fdc5fdd254938da66ce9843a5b3676c4246b058e4b
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb19.tar.gz
+ sha256sums = 7aabcd10c407909895634f2b217fba2ef22c5023292edf10353748068cbe315e
pkgname = python-configshell-fb
depends = python-pyparsing
diff --git a/PKGBUILD b/PKGBUILD
index c4eab74bf0e7..9b1d191d4b8b 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.fb18
+pkgver=1.1.fb19
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=('3685446d6ee02881930bb2fdc5fdd254938da66ce9843a5b3676c4246b058e4b')
+sha256sums=('7aabcd10c407909895634f2b217fba2ef22c5023292edf10353748068cbe315e')
package_python-configshell-fb() {
depends=('python-pyparsing' 'python-urwid')