diff options
Diffstat (limited to 'main/targetcli')
-rw-r--r-- | main/targetcli/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/targetcli/APKBUILD b/main/targetcli/APKBUILD index a4d8761672..36711bc3d4 100644 --- a/main/targetcli/APKBUILD +++ b/main/targetcli/APKBUILD @@ -4,13 +4,13 @@ pkgname=targetcli pkgver=2.1_p40 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=1 +pkgrel=2 pkgdesc="An administration shell for storage targets" url="https://github.com/agrover/targetcli-fb" arch="noarch" license="AGPLv3" depends="python py-configobj py-configshell py-ethtool py-ipaddr py-rtslib - py-simpleparse" + py-simpleparse py-parsing" depends_dev= makedepends="$depends_dev py-setuptools" install="" |