summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2018-11-01 08:41:39 +0000
committerMike Sampson2018-11-01 08:41:39 +0000
commitc375530d50d5ec142158d9adad12f0e4525b5166 (patch)
tree57dda50b564cf8a9789a97bfd705e0bddf7b5c8b
parentbf5bf21e385383960fd06c997bc988ed22048a83 (diff)
downloadaur-c375530d50d5ec142158d9adad12f0e4525b5166.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57d8eb3ed5b4..421c50cc446f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sun Mar 19 10:09:34 UTC 2017
pkgbase = python-configshell-fb
pkgdesc = python framework for building simple CLI applications (free branch)
- pkgver = 1.1.fb23
+ pkgver = 1.1.fb25
pkgrel = 1
url = https://github.com/open-iscsi/configshell-fb
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/open-iscsi/configshell-fb/archive/v1.1.fb23.tar.gz
- sha512sums = 71e2a30f3a484fb416ca8bda22c49c27a3abb8c826dc5ab06d5fe73dc0e0ccb3960934176164a9e37770b2b9ec6906ac1c922f418ef452e9f025fbb906517df1
+ source = https://github.com/open-iscsi/configshell-fb/archive/v1.1.fb25.tar.gz
+ sha512sums = 7f0af5014600d148326b4692a84fcc388d3ea175a79566a5e3b1ede89d9dbc90be5f4b1481e69dd5654e88578b3732441a822e4d89cd0504d0ad3221d3a2f027
pkgname = python-configshell-fb
depends = python-pyparsing
diff --git a/PKGBUILD b/PKGBUILD
index 1672b6801ea3..308c25d79c10 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.fb23
+pkgver=1.1.fb25
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://github.com/open-iscsi/configshell-fb/archive/v${pkgver}.tar.gz)
-sha512sums=('71e2a30f3a484fb416ca8bda22c49c27a3abb8c826dc5ab06d5fe73dc0e0ccb3960934176164a9e37770b2b9ec6906ac1c922f418ef452e9f025fbb906517df1')
+sha512sums=('7f0af5014600d148326b4692a84fcc388d3ea175a79566a5e3b1ede89d9dbc90be5f4b1481e69dd5654e88578b3732441a822e4d89cd0504d0ad3221d3a2f027')
package_python-configshell-fb() {
depends=('python-pyparsing' 'python-urwid')