summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2017-01-29 16:16:16 +0100
committerJohannes Dewender2017-01-29 16:16:16 +0100
commite0c310c54ce965dbf73d7a1603e9068615332b1d (patch)
treefc5a6359342cc81dd216aabab9b510eeeab37686
parent25527bdf65fabb7058a6c1123bc4bfb5da59e736 (diff)
downloadaur-e0c310c54ce965dbf73d7a1603e9068615332b1d.tar.gz
2.1.fb45
new optdepends: python-ethtool since that is now available for Python 3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419076857449..22d5379a9aa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 8 16:53:29 UTC 2016
+# Sun Jan 29 15:16:16 UTC 2017
pkgbase = targetcli-fb
pkgdesc = free branch of the targetcli LIO administration shell (iSCSI + Co)
- pkgver = 2.1.fb43
+ pkgver = 2.1.fb45
pkgrel = 1
url = https://github.com/agrover/targetcli-fb
arch = any
@@ -11,9 +11,10 @@ pkgbase = targetcli-fb
depends = python-rtslib-fb>=2.1.fb52
depends = python-configshell-fb>=1.1.fb17
depends = python-dbus
+ optdepends = python-ethtool
provides = targetcli
- source = https://fedorahosted.org/releases/t/a/targetcli-fb/targetcli-fb-2.1.fb43.tar.gz
- sha256sums = 63e7c85df26ffd2b1ef34e9113585d7eb8b3fd8d4bf84ebe025a14bf518e7459
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/targetcli-fb-2.1.fb45.tar.gz
+ sha256sums = f977897450521a848c077e0faf7d8025d0af1b8859e3abfaeecbf7083a08008c
pkgname = targetcli-fb
diff --git a/PKGBUILD b/PKGBUILD
index e197dc788ae3..fb4dcf528e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=targetcli-fb
-pkgver=2.1.fb43
+pkgver=2.1.fb45
pkgrel=1
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
arch=('any')
@@ -10,14 +10,13 @@ groups=()
depends=('python-rtslib-fb>=2.1.fb52' 'python-configshell-fb>=1.1.fb17'
'python-dbus')
makedepends=('python-setuptools')
-# TODO: optdepend on python-ethtool when available for python3
-optdepends=()
+optdepends=('python-ethtool')
provides=('targetcli')
backup=()
options=()
install=
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$pkgname-$pkgver.tar.gz)
-sha256sums=('63e7c85df26ffd2b1ef34e9113585d7eb8b3fd8d4bf84ebe025a14bf518e7459')
+sha256sums=('f977897450521a848c077e0faf7d8025d0af1b8859e3abfaeecbf7083a08008c')
build() {