summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2024-06-11 09:13:12 -0700
committerDonald Carr2024-06-11 09:13:37 -0700
commit61d351faa4a9316e7a6d18899a75f505068b8ba5 (patch)
treef246b14cd838f7a5064a5bc52b19a8ed69e4b7fe
parent666caea17e6118d26552b0f0934b9a85de9683a6 (diff)
downloadaur-61d351faa4a9316e7a6d18899a75f505068b8ba5.tar.gz
sync depends from libvirt PKGBUILD
Change-Id: I848271acc0337bee5b67d80ab201ecc66ee7f3e1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9e1be24ac34..a64f0ab82872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = libvirt-git
makedepends = libiscsi
makedepends = glusterfs
makedepends = bash-completion
- makedepends = rpcsvc-proto
makedepends = dnsmasq
makedepends = iproute2
makedepends = qemu-base
@@ -27,6 +26,8 @@ pkgbase = libvirt-git
depends = libxml2
depends = numactl
depends = polkit
+ depends = libnbd
+ depends = libnl
optdepends = libvirt-storage-gluster: Gluster storage backend
optdepends = libvirt-storage-iscsi-direct: iSCSI-direct storage backend
optdepends = gettext: required for libvirt-guests.service
diff --git a/PKGBUILD b/PKGBUILD
index e1ac8ec59bfa..5379b1a42178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,10 @@ pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,
arch=('x86_64')
url="https://libvirt.org/"
license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 only
-depends=('libpciaccess' 'yajl' 'fuse3' 'gnutls' 'parted' 'libssh' 'libxml2' 'numactl' 'polkit')
+depends=('libpciaccess' 'yajl' 'fuse3' 'gnutls' 'parted' 'libssh' 'libxml2'
+'numactl' 'polkit' 'libnbd' 'libnl')
makedepends=('meson' 'libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 'glusterfs'
- 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 'qemu-base')
+ 'bash-completion' 'dnsmasq' 'iproute2' 'qemu-base')
optdepends=('libvirt-storage-gluster: Gluster storage backend'
'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
'gettext: required for libvirt-guests.service'