summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2022-02-14 14:31:53 +0800
committerJeffrey Zhang2022-02-14 14:31:53 +0800
commit725f64aaecc5fc301cedbc806a78a16659d5631e (patch)
tree9abf1141c9690db9b9c2c6709e3d3c7c3750c867
parent6a0bb326df2a44073e4f912a5fe457975a39eb81 (diff)
downloadaur-725f64aaecc5fc301cedbc806a78a16659d5631e.tar.gz
Add provides and conflicts
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51847aab347e..54aa0abb8fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +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')
source=(
"https://virt-manager.org/download/sources/virt-viewer/virt-viewer-${pkgver}.tar.xz"{,.asc}
"drop-header.patch")