From 355076b947a679d76a9d567c5c08e5bcb650e7d8 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Thu, 13 May 2021 22:23:37 -0700 Subject: [PATCH] spice-gtk: update to 0.39 --- srcpkgs/spice-gtk/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/spice-gtk/template b/srcpkgs/spice-gtk/template index b61e4e8d0965..7218e837891f 100644 --- a/srcpkgs/spice-gtk/template +++ b/srcpkgs/spice-gtk/template @@ -1,7 +1,7 @@ # Template file for 'spice-gtk' pkgname=spice-gtk -version=0.37 -revision=6 +version=0.39 +revision=1 build_style=meson build_helper="gir" configure_args="-Dintrospection=$(vopt_if gir enabled disabled) @@ -18,10 +18,10 @@ makedepends="acl-devel liblz4-devel pixman-devel opus-devel openssl-devel depends="hwids" short_desc="GTK+ SPICE widget" maintainer="Enno Boland " -license="LGPL-2.1-or-laster" +license="LGPL-2.1-or-later" homepage="https://spice-space.org" -distfiles="https://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2" -checksum=1f28b706472ad391cda79a93fd7b4c7a03e84b88fc46ddb35dddbe323c923bb7 +distfiles="https://spice-space.org/download/gtk/${pkgname}-${version}.tar.xz" +checksum=23acbee197eaaec9bce6e6bfd885bd8f79708332639243ff04833020865713cd CFLAGS="-Wno-error -Wno-error=unused-but-set-variable"