summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authors3rj1k2022-06-02 16:43:23 +0300
committers3rj1k2022-06-02 16:43:23 +0300
commit2c904985efcafb65169ae7e2f0b97e3523ba6cf5 (patch)
tree55cbb239584f66f984f6c3d921cbd18caa834f8b /PKGBUILD
parentce9278147309039bd9ab1b9203af5e5e8afb2d0e (diff)
downloadaur-2c904985efcafb65169ae7e2f0b97e3523ba6cf5.tar.gz
release 8.4.0-4
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f67c0222f19..97006f9fdd73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=libvirt
pkgname=${_pkgname}-remote-only
pkgver=8.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="API for controlling virtualization engines (remote)"
arch=('x86_64')
url="https://libvirt.org/"
license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 only
-depends=('fuse3' 'gnutls' 'libssh' 'libxml2' 'polkit' 'openbsd-netcat')
+depends=('gnutls' 'libssh' 'libxml2' 'polkit' 'openbsd-netcat')
replaces=("${_pkgname}")
provides=("${_pkgname}")
conflicts=("${_pkgname}")
@@ -51,6 +51,7 @@ build() {
-Ddtrace=disabled \
-Dfirewalld=disabled \
-Dfirewalld_zone=disabled \
+ -Dfuse=disabled \
-Dglusterfs=disabled \
-Dhost_validate=disabled \
-Dlibiscsi=disabled \