summaryrefslogtreecommitdiff
path: root/extra/spice/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/spice/PKGBUILD')
-rw-r--r--extra/spice/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/extra/spice/PKGBUILD b/extra/spice/PKGBUILD
index 65f55a0a2..0e27eb105 100644
--- a/extra/spice/PKGBUILD
+++ b/extra/spice/PKGBUILD
@@ -1,23 +1,17 @@
-# $Id: PKGBUILD 199889 2013-11-18 07:36:22Z tpowa $
+# $Id: PKGBUILD 216607 2014-07-07 10:05:08Z tpowa $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
pkgname=spice
-pkgver=0.12.4
-pkgrel=3
+pkgver=0.12.5
+pkgrel=1
pkgdesc="SPICE client and server"
arch=('i686' 'x86_64')
url="http://spice-space.org"
license=('LGPL2.1')
depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama libxfixes libxrandr pixman)
makedepends=(python2-pyparsing qemu spice-protocol)
-source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2
- CVE-2013-4282.patch)
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 -i ../CVE-2013-4282.patch
-}
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -29,5 +23,4 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
-md5sums=('325b1c42ce24e75de45a75876b73a8bd'
- '24a1648e7c684b4444d7921b5534767e')
+md5sums=('1256286214fe402703c0a01bd3a85319')