summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fae180a57bd9..62b6d23cae8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = virt-viewer-no-header
depends = libvirt-glib
depends = libgovirt
depends = vte3
+ provides = virt-viewer
+ conflicts = virt-viewer
replaces = virtviewer
source = https://virt-manager.org/download/sources/virt-viewer/virt-viewer-11.0.tar.xz
source = https://virt-manager.org/download/sources/virt-viewer/virt-viewer-11.0.tar.xz.asc
diff --git a/PKGBUILD b/PKGBUILD
index 54aa0abb8fd1..a3484e3bb640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=('GPL')
depends=('gtk-vnc' 'libvirt' 'spice-gtk' 'libvirt-glib' 'libgovirt' 'vte3')
makedepends=('meson' 'intltool' 'spice-protocol' 'gobject-introspection' 'bash-completion')
replaces=('virtviewer')
-provides=("$_pkgname" 'virtviewer')
-conflicts=("$_pkgname" 'virtviewer')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=(
"https://virt-manager.org/download/sources/virt-viewer/virt-viewer-${pkgver}.tar.xz"{,.asc}
"drop-header.patch")