summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-11-30 00:24:17 +0600
committerMubashshir2023-11-30 00:38:09 +0600
commita8c183064b73c58ed20f8c0fc1d4b865446c7abd (patch)
treee36303e654be47e57db919d399eff2b04a5a17e2
parent99c22418476fe044384a4320b7e9eaebbbb313e9 (diff)
downloadaur-a8c183064b73c58ed20f8c0fc1d4b865446c7abd.tar.gz
libvirt-xen: Update deps
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fb4d6579b93..e96d67dff57f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libvirt-xen
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
pkgver = 9.9.0
- pkgrel = 3
+ pkgrel = 4
url = https://libvirt.org/
arch = x86_64
license = LGPL
@@ -27,6 +27,7 @@ pkgbase = libvirt-xen
depends = libxml2
depends = numactl
depends = polkit
+ depends = libnbd
depends = xen
optdepends = libvirt-storage-gluster: Gluster storage backend
optdepends = libvirt-storage-iscsi-direct: iSCSI-direct storage backend
diff --git a/PKGBUILD b/PKGBUILD
index 5fe4f8080fc4..03d147f521da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,13 @@
pkgname=libvirt
pkgver=9.9.0
-pkgrel=3
+pkgrel=4
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
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')
makedepends=('meson' 'libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 'glusterfs'
'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 'qemu-base')
optdepends=('libvirt-storage-gluster: Gluster storage backend'