summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-07-26 15:16:19 +0200
committerPeter Mattern2020-07-26 15:16:19 +0200
commit0a50bbc0797741f7131254b5989b8bbf73dfafd9 (patch)
treee4649c2cc178b579bf2194684a2f8843c76ea0be
parent6d25648b4b9af3dff13fdb62d4edca91c53b958a (diff)
downloadaur-0a50bbc0797741f7131254b5989b8bbf73dfafd9.tar.gz
Depend on spice-protocol-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dd466c5de0f..90e32ee800b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = virt-viewer-git
pkgdesc = A lightweight interface for interacting with the graphical display of virtualized guest OS
pkgver = 9.0.7.gc6afc28
- pkgrel = 1
+ pkgrel = 2
url = https://virt-manager.org
arch = i686
arch = x86_64
license = GPL
makedepends = git
makedepends = intltool
- makedepends = spice-protocol
+ makedepends = spice-protocol-git
depends = gtk-vnc
depends = libvirt-glib
depends = spice-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 6cb54477d918..6e8ffe8b18b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=virt-viewer
pkgname=$_pkgname-git
pkgver=9.0.7.gc6afc28
-pkgrel=1
+pkgrel=2
pkgdesc='A lightweight interface for interacting with the graphical display of virtualized guest OS'
arch=('i686' 'x86_64')
url='https://virt-manager.org'
license=('GPL')
depends=('gtk-vnc' 'libvirt-glib' 'spice-gtk' 'gobject-introspection')
-makedepends=('git' 'intltool' 'spice-protocol')
+makedepends=('git' 'intltool' 'spice-protocol-git')
provides=("$_pkgname" 'virtviewer')
conflicts=("$_pkgname" 'virtviewer')
source=("git+https://gitlab.com/$_pkgname/$_pkgname.git")