summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2017-03-19 21:10:16 +1100
committerMike Sampson2017-03-19 21:10:16 +1100
commitbf5bf21e385383960fd06c997bc988ed22048a83 (patch)
treea0aac0171528e2c1307d716ac0551de0d992e5ab
parentf660e29fbfe8c124283f765f9873577790999a0f (diff)
downloadaur-bf5bf21e385383960fd06c997bc988ed22048a83.tar.gz
Version bump.
Updating the 'url' as the old url now redirects to the main project. $ curl -sI https://github.com/agrover/configshell-fb | grep Location Location: https://github.com/open-iscsi/configshell-fb
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b8842dd2f83..57d8eb3ed5b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jan 29 14:56:23 UTC 2017
+# 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.fb22
+ pkgver = 1.1.fb23
pkgrel = 1
- url = https://github.com/agrover/configshell-fb
+ url = https://github.com/open-iscsi/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.fb22.tar.gz
- sha256sums = a20b95791cdba6f7587869f4fa4337e8e4effbdec102ac6f7de349fe3b5bc612
+ source = https://github.com/open-iscsi/configshell-fb/archive/v1.1.fb23.tar.gz
+ sha512sums = 71e2a30f3a484fb416ca8bda22c49c27a3abb8c826dc5ab06d5fe73dc0e0ccb3960934176164a9e37770b2b9ec6906ac1c922f418ef452e9f025fbb906517df1
pkgname = python-configshell-fb
depends = python-pyparsing
diff --git a/PKGBUILD b/PKGBUILD
index d3621b21da27..1672b6801ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Contributor: Johannes Dewender arch at JonnyJD dot net
+# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=('python-configshell-fb' 'python2-configshell-fb')
_pkgname=configshell-fb
-pkgver=1.1.fb22
+pkgver=1.1.fb23
pkgrel=1
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
-url="https://github.com/agrover/configshell-fb"
+url="https://github.com/open-iscsi/configshell-fb"
license=('Apache')
options=()
makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
-sha256sums=('a20b95791cdba6f7587869f4fa4337e8e4effbdec102ac6f7de349fe3b5bc612')
+source=(https://github.com/open-iscsi/configshell-fb/archive/v${pkgver}.tar.gz)
+sha512sums=('71e2a30f3a484fb416ca8bda22c49c27a3abb8c826dc5ab06d5fe73dc0e0ccb3960934176164a9e37770b2b9ec6906ac1c922f418ef452e9f025fbb906517df1')
package_python-configshell-fb() {
depends=('python-pyparsing' 'python-urwid')