summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2015-08-05 15:30:43 -0700
committermutantmonkey2015-08-05 15:32:11 -0700
commitcc27b42c1bc71dc1ef2869ba3809ed9d04f036bf (patch)
tree191a14ca77de832293db9884a53656856c803819
parent27396ac35aee70314ba290f48842a2c3de475b30 (diff)
downloadaur-cc27b42c1bc71dc1ef2869ba3809ed9d04f036bf.tar.gz
upgpkg: spice-vdagent 0.16.0-2
Fix dependencies and add signature checking. Thanks to Lekensteyn for the tip.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c45288d5ac65..52ba2b4bde72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,27 @@
pkgbase = spice-vdagent
pkgdesc = Spice agent xorg client that enables copy and paste between client and X-session and more
pkgver = 0.16.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.spice-space.org/
arch = i686
arch = x86_64
license = GPL
makedepends = systemd
+ makedepends = spice-protocol>=0.12.8
depends = libpciaccess
depends = libxinerama
depends = libxrandr
depends = libxfixes
- depends = spice-protocol>=0.12.8
depends = libsystemd
+ depends = alsa-lib
+ depends = glib2
optdepends = dex: start spice-vdagent automatically on login
+ backup = etc/conf.d/spice-vdagentd.conf
source = http://www.spice-space.org/download/releases/spice-vdagent-0.16.0.tar.bz2
+ source = http://www.spice-space.org/download/releases/spice-vdagent-0.16.0.tar.bz2.sign
source = spice-vdagentd.conf.d
sha256sums = 5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d
+ sha256sums = SKIP
sha256sums = 03e0cc9e0f0e2afb3fc99846b8eb1fcb0698955833c67a40a6692c7df4df2d12
pkgname = spice-vdagent
diff --git a/PKGBUILD b/PKGBUILD
index 091579f981fd..3b6c2feac64b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=spice-vdagent
pkgver=0.16.0
-pkgrel=1
+pkgrel=2
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>=0.12.8' 'libsystemd')
+ 'libsystemd' 'alsa-lib' 'glib2')
optdepends=('dex: start spice-vdagent automatically on login')
-makedepends=('systemd')
-source=("http://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2"
+makedepends=('systemd' 'spice-protocol>=0.12.8')
+backup=('etc/conf.d/spice-vdagentd.conf')
+source=("http://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2"{,.sign}
'spice-vdagentd.conf.d')
sha256sums=('5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d'
+ 'SKIP'
'03e0cc9e0f0e2afb3fc99846b8eb1fcb0698955833c67a40a6692c7df4df2d12')
+validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
prepare() {
cd "$srcdir/$pkgname-$pkgver"