[arch-commits] Commit in libvirt/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sat Oct 17 17:43:49 UTC 2020


    Date: Saturday, October 17, 2020 @ 17:43:49
  Author: freswa
Revision: 725516

add dependency to rust-libslirp

fixes FS#67571

Modified:
  libvirt/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 17:33:50 UTC (rev 725515)
+++ PKGBUILD	2020-10-17 17:43:49 UTC (rev 725516)
@@ -5,13 +5,14 @@
 
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct libvirt-storage-rbd)
 pkgver=6.8.0
-pkgrel=2
+pkgrel=3
 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
 install=libvirt.install
-depends=('libpciaccess' 'yajl' 'fuse2' 'gnutls' 'parted' 'libssh' 'libxml2' 'numactl' 'polkit')
+depends=('libpciaccess' 'yajl' 'fuse2' 'gnutls' 'parted' 'libssh' 'libxml2' 'numactl' 'polkit'
+        'rust-libslirp')
 makedepends=('libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 'ceph-libs' 'glusterfs'
              'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 'qemu-headless' 'meson')
 checkdepends=('ebtables')



More information about the arch-commits mailing list