summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-03-15 13:45:02 +0100
committerPeter Mattern2016-03-15 13:58:04 +0100
commit9af39ea78196a34e5e439b94f02c6296280f9425 (patch)
treef29d930f3e26a5e78d1fdcf204f6d2e6d0927946
parent05684b63cb6e41dd8ebb2d188c336059044a7a87 (diff)
downloadaur-9af39ea78196a34e5e439b94f02c6296280f9425.tar.gz
Don't depend on distinct version of spice-protocol
imposes unnecessary restrictions as versions older than 0.12.8 needed by spice-vdagent shouldn't be found any longer on Arch Linux anyway
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dcae74d6d96..9e459b365eb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Mar 3 18:41:18 UTC 2016
+# Tue Mar 15 12:57:48 UTC 2016
pkgbase = spice-vdagent-git
pkgdesc = SPICE VDAgent for Linux
pkgver = 0.16.0.9.geb01d32
- pkgrel = 1
+ pkgrel = 2
url = http://www.spice-space.org
arch = i686
arch = x86_64
license = GPL
makedepends = git
- makedepends = spice-protocol>=0.12.8
+ makedepends = spice-protocol
depends = glib2
depends = alsa-lib
depends = libpciaccess
diff --git a/PKGBUILD b/PKGBUILD
index 608eeee32dfa..d25241170c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=spice-vdagent
pkgname=$_pkgname-git
pkgver=0.16.0.9.geb01d32
-pkgrel=1
+pkgrel=2
pkgdesc='SPICE VDAgent for Linux'
arch=('i686' 'x86_64')
url='http://www.spice-space.org'
license=('GPL')
depends=('glib2' 'alsa-lib' 'libpciaccess' 'libxfixes' 'libxrandr' 'libxinerama')
-makedepends=('git' 'spice-protocol>=0.12.8')
+makedepends=('git' 'spice-protocol')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git://anongit.freedesktop.org/spice/linux/vd_agent"