diff options
author | Johannes Dewender | 2013-02-17 23:56:01 +0100 |
---|---|---|
committer | Johannes Dewender | 2013-02-17 23:56:01 +0100 |
commit | a5f06151910ff41a309ea9a80b98636475aa11b3 (patch) | |
tree | e28519e07618f3784b123ceaac6aeda9a43ad02b | |
parent | 4a895c0f4f4f3d458c3ef4bac870ba7a79649425 (diff) | |
download | aur-a5f06151910ff41a309ea9a80b98636475aa11b3.tar.gz |
targetcli-fb: depend on free branch of configshell
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ pkgbase = targetcli-fb pkgdesc = free branch of the targetcli LIO administration shell (iSCSI + Co) pkgver = 2.0rc1.fb19 - pkgrel = 1 + pkgrel = 2 url = https://github.com/agrover/targetcli-fb arch = any license = AGPL3 depends = python2-rtslib-fb>=2.1.fb13 - depends = python2-configshell + depends = python2-configshell-fb provides = targetcli conflicts = lio-utils replaces = rtsadmin @@ -1,14 +1,14 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net pkgname=targetcli-fb pkgver=2.0rc1.fb19 -pkgrel=1 +pkgrel=2 epoch= pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)" arch=('any') url="https://github.com/agrover/targetcli-fb" license=('AGPL3') groups=() -depends=('python2-rtslib-fb>=2.1.fb13' 'python2-configshell') +depends=('python2-rtslib-fb>=2.1.fb13' 'python2-configshell-fb') optdepends=() conflicts=('lio-utils') provides=('targetcli') |