summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2015-12-08 11:57:12 +0100
committerJohannes Dewender2015-12-08 11:57:12 +0100
commita186d73821e6971927f25fc229d84c1f4c125e49 (patch)
tree08105f734b25bb26bb964ec8b8a2a0d7bf1decd8 /PKGBUILD
parent0868376635dae4c4e0539edea0659f40a0d3d6c9 (diff)
downloadaur-a186d73821e6971927f25fc229d84c1f4c125e49.tar.gz
add python-dbus dependency
thanks forumi0721
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fbe522cb2a6..68e7eb9bae9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=targetcli-fb
pkgver=2.1.fb42
-pkgrel=1
+pkgrel=2
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.fb52' 'python-configshell-fb>=1.1.fb17')
+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=()