summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2014-03-14 20:56:44 +0100
committerJohannes Dewender2014-03-14 20:56:44 +0100
commit9050214493a28f185de6b57e092430f28639a1b5 (patch)
treea2cb75a0a428c7117e2d9149dc60066263abd313 /PKGBUILD
parent1463ca70e6d6fa3389f3aeb5b754967c15c3f287 (diff)
downloadaur-9050214493a28f185de6b57e092430f28639a1b5.tar.gz
targetcli-fb: 2.1.fb35
This depends on python-rtslib-fb>=2.1.fb47 now. It might not be absolutely necessary to depend on version >= 1.1.fb12 of python-configshell-fb, but I added it since that version introduces raising ExecutionError for the caller and targetcli handles these now. The ExecutionError class was provided since the first release though.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32845e1e9994..24c207bc83d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=targetcli-fb
-pkgver=2.1.fb34
+pkgver=2.1.fb35
pkgrel=1
epoch=
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/agrover/targetcli-fb"
license=('Apache')
groups=()
-depends=('python-rtslib-fb>=2.1.fb42' 'python-configshell-fb')
+depends=('python-rtslib-fb>=2.1.fb47' 'python-configshell-fb>=1.1.fb12')
makedepends=('python-setuptools')
# TODO: optdepend on python-ethtool when available for python3
optdepends=()
@@ -17,7 +17,7 @@ backup=()
options=()
install=
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$pkgname-$pkgver.tar.gz)
-md5sums=('cc8f75cc6e3472d4ad3c087c9f74c0ef')
+md5sums=('4d662f860755dacbf0371db93ed73ada')
build() {