From ca5956accfbfd9c4858b537e091fa4bef3a727df Mon Sep 17 00:00:00 2001 From: Anachron Date: Tue, 17 Mar 2020 13:17:57 +0100 Subject: [PATCH] spice: update to 0.14.3. --- srcpkgs/spice/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/spice/template b/srcpkgs/spice/template index e272e8ffced..669ac66a5da 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -1,7 +1,7 @@ # Template file for 'spice' pkgname=spice -version=0.14.2 -revision=2 +version=0.14.3 +revision=1 build_style=gnu-configure configure_args="--disable-tunnel --disable-opengl --enable-smartcard --with-sasl --disable-static --enable-xinerama --disable-celt051" @@ -11,11 +11,11 @@ makedepends="spice-protocol libjpeg-turbo-devel pixman-devel libXrandr-devel libsasl-devel libXinerama-devel libglib-devel libcacard-devel nss-devel" short_desc="Implements the SPICE protocol" -maintainer="Orphaned " -license="GPL-2" +maintainer="Anachron " +license="GPL-2.0-only" homepage="http://www.spice-space.org" distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2" -checksum=b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7 +checksum=551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114 if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then broken="SPICE server only works on little endian architectures"