summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors3rj1k2022-06-02 16:33:37 +0300
committers3rj1k2022-06-02 16:33:37 +0300
commitce9278147309039bd9ab1b9203af5e5e8afb2d0e (patch)
treede12ee583da05b1dde0ba9fb2c1518da6974f8db
parentdf27c4ce6f1a96cfc7dac2132f9dca5254aa7110 (diff)
downloadaur-ce9278147309039bd9ab1b9203af5e5e8afb2d0e.tar.gz
release 8.4.0-3
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06588efc33ae..8e9d39a49b02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libvirt-remote-only
pkgdesc = API for controlling virtualization engines (remote)
pkgver = 8.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://libvirt.org/
arch = x86_64
license = LGPL
@@ -16,7 +16,6 @@ pkgbase = libvirt-remote-only
depends = libxml2
depends = polkit
depends = openbsd-netcat
- depends = yajl
provides = libvirt
conflicts = libvirt
replaces = libvirt
diff --git a/PKGBUILD b/PKGBUILD
index 72fa85e0b407..4f67c0222f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=libvirt
pkgname=${_pkgname}-remote-only
pkgver=8.4.0
-pkgrel=2
+pkgrel=3
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' 'yajl')
+depends=('fuse3' 'gnutls' 'libssh' 'libxml2' 'polkit' 'openbsd-netcat')
replaces=("${_pkgname}")
provides=("${_pkgname}")
conflicts=("${_pkgname}")
@@ -87,7 +87,8 @@ build() {
-Dsysctl_config=disabled \
-Dtests=disabled \
-Dudev=disabled \
- -Dwireshark_dissector=disabled
+ -Dwireshark_dissector=disabled \
+ -Dyajl=disabled
ninja -C build
}