summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2015-07-10 09:47:22 -0700
committermutantmonkey2015-07-10 09:47:22 -0700
commit27396ac35aee70314ba290f48842a2c3de475b30 (patch)
tree655dfdc5006951888004073d81142fed6bad4268
parent54ec2ab55e5ac33f4d960af15d748e29e9eeda0e (diff)
downloadaur-27396ac35aee70314ba290f48842a2c3de475b30.tar.gz
upgpkg: spice-vdagent 0.16.0-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb4a52fe76b7..c45288d5ac65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spice-vdagent
pkgdesc = Spice agent xorg client that enables copy and paste between client and X-session and more
- pkgver = 0.15.0
- pkgrel = 5
+ pkgver = 0.16.0
+ pkgrel = 1
url = http://www.spice-space.org/
arch = i686
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = spice-vdagent
depends = libxinerama
depends = libxrandr
depends = libxfixes
- depends = spice-protocol
+ depends = spice-protocol>=0.12.8
depends = libsystemd
optdepends = dex: start spice-vdagent automatically on login
- source = http://www.spice-space.org/download/releases/spice-vdagent-0.15.0.tar.bz2
+ source = http://www.spice-space.org/download/releases/spice-vdagent-0.16.0.tar.bz2
source = spice-vdagentd.conf.d
- sha256sums = 5bae1747307c2f4195f6de97639391be7c6be6c5673fdcc9febed6faca22bd34
+ sha256sums = 5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d
sha256sums = 03e0cc9e0f0e2afb3fc99846b8eb1fcb0698955833c67a40a6692c7df4df2d12
pkgname = spice-vdagent
diff --git a/PKGBUILD b/PKGBUILD
index 9ed82ad20395..091579f981fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=spice-vdagent
-pkgver=0.15.0
-pkgrel=5
+pkgver=0.16.0
+pkgrel=1
pkgdesc="Spice agent xorg client that enables copy and paste between client and X-session and more"
arch=('i686' 'x86_64')
url="http://www.spice-space.org/"
license=('GPL')
-depends=('libpciaccess' 'libxinerama' 'libxrandr' 'libxfixes' 'spice-protocol' 'libsystemd')
+depends=('libpciaccess' 'libxinerama' 'libxrandr' 'libxfixes'
+ 'spice-protocol>=0.12.8' 'libsystemd')
optdepends=('dex: start spice-vdagent automatically on login')
makedepends=('systemd')
source=("http://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2"
'spice-vdagentd.conf.d')
-sha256sums=('5bae1747307c2f4195f6de97639391be7c6be6c5673fdcc9febed6faca22bd34'
+sha256sums=('5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d'
'03e0cc9e0f0e2afb3fc99846b8eb1fcb0698955833c67a40a6692c7df4df2d12')
prepare() {