summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2017-03-19 21:56:44 +1100
committerMike Sampson2017-03-19 21:56:44 +1100
commit1499cd9f5cedaa94ce8adccc7c8eb0f68d09aa15 (patch)
treeaa521a393e3c62d0c863af617ce2ca049471bd91
parente0c310c54ce965dbf73d7a1603e9068615332b1d (diff)
downloadaur-1499cd9f5cedaa94ce8adccc7c8eb0f68d09aa15.tar.gz
Version bump.
Upstream URL updated to github/open-iscsi repo as old repo now redirecting. $ curl -sI https://github.com/agrover/targetcli-fb | grep Location Location: https://github.com/open-iscsi/targetcli-fb Source pointed at github archive as Fedorahosted went bye bye.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d5379a9aa2..c46bee69ff72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Jan 29 15:16:16 UTC 2017
+# Sun Mar 19 10:52:43 UTC 2017
pkgbase = targetcli-fb
pkgdesc = free branch of the targetcli LIO administration shell (iSCSI + Co)
- pkgver = 2.1.fb45
+ pkgver = 2.1.fb46
pkgrel = 1
- url = https://github.com/agrover/targetcli-fb
+ url = https://github.com/open-iscsi/targetcli-fb
arch = any
license = Apache
makedepends = python-setuptools
@@ -13,8 +13,8 @@ pkgbase = targetcli-fb
depends = python-dbus
optdepends = python-ethtool
provides = targetcli
- source = https://fedorahosted.org/releases/t/a/targetcli-fb/targetcli-fb-2.1.fb45.tar.gz
- sha256sums = f977897450521a848c077e0faf7d8025d0af1b8859e3abfaeecbf7083a08008c
+ source = https://github.com/open-iscsi/targetcli-fb/archive/v2.1.fb46.tar.gz
+ sha512sums = 239b59c3c9367f6e35e3a207aa1d605c99bc28dad07ae9cda7ffb1a9a2c7fdcb388708882369f73c6fb188f33d1dd9e45b8684826f274a1a71b51dec9be487ed
pkgname = targetcli-fb
diff --git a/PKGBUILD b/PKGBUILD
index fb4dcf528e10..a3a6ffa9fec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=targetcli-fb
-pkgver=2.1.fb45
+pkgver=2.1.fb46
pkgrel=1
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
arch=('any')
-url="https://github.com/agrover/targetcli-fb"
+url="https://github.com/open-iscsi/targetcli-fb"
license=('Apache')
groups=()
depends=('python-rtslib-fb>=2.1.fb52' 'python-configshell-fb>=1.1.fb17'
@@ -15,8 +15,8 @@ provides=('targetcli')
backup=()
options=()
install=
-source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$pkgname-$pkgver.tar.gz)
-sha256sums=('f977897450521a848c077e0faf7d8025d0af1b8859e3abfaeecbf7083a08008c')
+source=(https://github.com/open-iscsi/targetcli-fb/archive/v${pkgver}.tar.gz)
+sha512sums=('239b59c3c9367f6e35e3a207aa1d605c99bc28dad07ae9cda7ffb1a9a2c7fdcb388708882369f73c6fb188f33d1dd9e45b8684826f274a1a71b51dec9be487ed')
build() {