summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-12-04 15:27:48 +0100
committerJohannes Dewender2014-12-04 15:27:48 +0100
commitf3118e159e8b3673329eab774c586b7cfbd8f91d (patch)
treef8c39e77ea871d881b67cd845bf0d0924f1eb1e3
parentf1b1daf5a159f5c1c4c84ca1d5aa8aaf815f1a80 (diff)
downloadaur-f3118e159e8b3673329eab774c586b7cfbd8f91d.tar.gz
targetcli-fb: 2.1.fb38
raised the rtslib dep to >=fb51 due to api changes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d189a97cc2d0..87d0a19c52fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = targetcli-fb
pkgdesc = free branch of the targetcli LIO administration shell (iSCSI + Co)
- pkgver = 2.1.fb37
+ pkgver = 2.1.fb38
pkgrel = 1
url = https://github.com/agrover/targetcli-fb
arch = any
license = Apache
makedepends = python-setuptools
- depends = python-rtslib-fb>=2.1.fb47
+ depends = python-rtslib-fb>=2.1.fb51
depends = python-configshell-fb>=1.1.fb12
provides = targetcli
- source = https://fedorahosted.org/releases/t/a/targetcli-fb/targetcli-fb-2.1.fb37.tar.gz
- sha256sums = e7d11fa0a01cde443a1689966a62cab3e8a15ea500d03b0f9564b7ac44fa5a65
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/targetcli-fb-2.1.fb38.tar.gz
+ sha256sums = cee85005cf2b4ee88d313843029585ead98b0dd14ae326154a6e2f47baa4ef6d
pkgname = targetcli-fb
diff --git a/PKGBUILD b/PKGBUILD
index 1f0cc4f87f7e..9fd9b55fdeb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=targetcli-fb
-pkgver=2.1.fb37
+pkgver=2.1.fb38
pkgrel=1
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
arch=('any')
url="https://github.com/agrover/targetcli-fb"
license=('Apache')
groups=()
-depends=('python-rtslib-fb>=2.1.fb47' 'python-configshell-fb>=1.1.fb12')
+depends=('python-rtslib-fb>=2.1.fb51' 'python-configshell-fb>=1.1.fb12')
makedepends=('python-setuptools')
# TODO: optdepend on python-ethtool when available for python3
optdepends=()
@@ -16,6 +16,7 @@ backup=()
options=()
install=
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$pkgname-$pkgver.tar.gz)
+sha256sums=('cee85005cf2b4ee88d313843029585ead98b0dd14ae326154a6e2f47baa4ef6d')
build() {
@@ -32,4 +33,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha256sums=('e7d11fa0a01cde443a1689966a62cab3e8a15ea500d03b0f9564b7ac44fa5a65')