summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors3rj1k2022-06-01 20:38:22 +0300
committers3rj1k2022-06-01 20:38:22 +0300
commitdf27c4ce6f1a96cfc7dac2132f9dca5254aa7110 (patch)
tree1137743e425c0a2aee208406771cba1e54340631
parent9be60fb89110a73ab67258b4fa0fa2fbd28969e8 (diff)
downloadaur-df27c4ce6f1a96cfc7dac2132f9dca5254aa7110.tar.gz
release 8.4.0-2
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7560fe37296..06588efc33ae 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 = 1
+ pkgrel = 2
url = https://libvirt.org/
arch = x86_64
license = LGPL
@@ -19,6 +19,7 @@ pkgbase = libvirt-remote-only
depends = yajl
provides = libvirt
conflicts = libvirt
+ replaces = libvirt
source = https://libvirt.org/sources/libvirt-8.4.0.tar.xz
source = https://libvirt.org/sources/libvirt-8.4.0.tar.xz.asc
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
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'