From 30641c9b3c139c310c139885f362f7a131bb971e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sat, 23 Jul 2022 21:38:10 +0100 Subject: [PATCH] spice-gtk: update to 0.41. --- srcpkgs/spice-gtk/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/spice-gtk/template b/srcpkgs/spice-gtk/template index 6ca495755059..da01de9ca11a 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.39 -revision=2 +version=0.41 +revision=1 build_style=meson build_helper="gir" configure_args="-Dintrospection=$(vopt_if gir enabled disabled) @@ -19,8 +19,9 @@ short_desc="GTK+ SPICE widget" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://spice-space.org" +changelog="https://gitlab.freedesktop.org/spice/spice-gtk/-/raw/master/CHANGELOG.md" distfiles="https://spice-space.org/download/gtk/${pkgname}-${version}.tar.xz" -checksum=23acbee197eaaec9bce6e6bfd885bd8f79708332639243ff04833020865713cd +checksum=d8f8b5cbea9184702eeb8cc276a67d72acdb6e36e7c73349fb8445e5bca0969f CFLAGS="-Wno-error -Wno-error=unused-but-set-variable"