summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authors3rj1k2022-06-01 20:38:22 +0300
committers3rj1k2022-06-01 20:38:22 +0300
commitdf27c4ce6f1a96cfc7dac2132f9dca5254aa7110 (patch)
tree1137743e425c0a2aee208406771cba1e54340631 /PKGBUILD
parent9be60fb89110a73ab67258b4fa0fa2fbd28969e8 (diff)
downloadaur-df27c4ce6f1a96cfc7dac2132f9dca5254aa7110.tar.gz
release 8.4.0-2
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2de9a04038ba..72fa85e0b407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
_pkgname=libvirt
pkgname=${_pkgname}-remote-only
pkgver=8.4.0
-pkgrel=1
+pkgrel=2
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')
-conflicts=(${_pkgname})
-provides=(${_pkgname})
+replaces=("${_pkgname}")
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
makedepends=('meson' 'libxslt' 'iproute2' 'rpcsvc-proto')
source=("https://libvirt.org/sources/${_pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('601a6e9bb03a43d05659f63e4a403df253ab0975b4a973f10a5607f3bbc018dd'