summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-06-18 16:19:22 -0700
committermutantmonkey2016-06-18 16:19:27 -0700
commit7331b97da331535df7cd3e6f6cadbd5a04e24494 (patch)
tree4b2ba1a9a2c9e73f647c194a2e06936908597651
parent9dde124080dba1d09894203e2735114eab2babe7 (diff)
downloadaur-spice-vdagent.tar.gz
upgpkg: spice-vdagent 0.17.0-1
Upstream release. Package signature checking removed because upstream didn't sign this release for some reason...
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af6bdb983d8..1f2b1e5de249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 20:49:21 UTC 2016
+# Sat Jun 18 23:19:22 UTC 2016
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 = 4
+ pkgver = 0.17.0
+ pkgrel = 1
url = http://www.spice-space.org/
arch = i686
arch = x86_64
@@ -19,11 +19,9 @@ pkgbase = spice-vdagent
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 = http://www.spice-space.org/download/releases/spice-vdagent-0.17.0.tar.bz2
source = spice-vdagentd.conf.d
- sha256sums = 5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d
- sha256sums = SKIP
+ sha256sums = f14a8bd8cdee10641aabd9ba32461a5844eab0fddb2a10c1d31386e7a9f7b33d
sha256sums = 7e17b0b30213ed528ba1c206ccaeff340685699cd84901162f40763c50d4a071
pkgname = spice-vdagent
diff --git a/PKGBUILD b/PKGBUILD
index dfca078df6d8..2a59ee40f696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=spice-vdagent
-pkgver=0.16.0
-pkgrel=4
+pkgver=0.17.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/"
@@ -11,12 +11,11 @@ depends=('libpciaccess' 'libxinerama' 'libxrandr' 'libxfixes'
optdepends=('dex: start spice-vdagent automatically on login')
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}
+source=("http://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2"
'spice-vdagentd.conf.d')
-sha256sums=('5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d'
- 'SKIP'
+sha256sums=('f14a8bd8cdee10641aabd9ba32461a5844eab0fddb2a10c1d31386e7a9f7b33d'
'7e17b0b30213ed528ba1c206ccaeff340685699cd84901162f40763c50d4a071')
-validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
+#validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
prepare() {
cd "$srcdir/$pkgname-$pkgver"