diff options
-rw-r--r-- | community/targetcli/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/targetcli/APKBUILD b/community/targetcli/APKBUILD index cdd10a262a..0dfe0eac20 100644 --- a/community/targetcli/APKBUILD +++ b/community/targetcli/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=targetcli pkgver=2.1.51 -pkgrel=0 -pkgdesc="An administration shell for storage targets" +pkgrel=1 +pkgdesc="Administration shell for storage targets" url="https://github.com/open-iscsi/targetcli-fb" arch="noarch" -license="AGPL-3.0" -depends="python3 py3-configobj py3-configshell py3-ethtool py3-ipaddr py3-parsing - py3-rtslib py3-simpleparse py3-six py3-udev py3-dbus dbus py3-urwid" +license="AGPL-3.0-or-later" +depends="python3 py3-configobj py3-configshell py3-ethtool py3-ipaddr + py3-parsing py3-rtslib py3-simpleparse py3-six py3-udev py3-dbus dbus + py3-urwid py3-gobject3" makedepends="$depends_dev py3-setuptools" subpackages="$pkgname-doc $pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/targetcli-fb/archive/v$pkgver.tar.gz |