From 98fe90c6b65ac66e5942e71dc396b77dae2f9ff1 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 16 Feb 2023 16:40:00 +0100 Subject: [PATCH] gegl: update to 0.4.40. --- srcpkgs/gegl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template index 69755f3c8792..654abe684138 100644 --- a/srcpkgs/gegl/template +++ b/srcpkgs/gegl/template @@ -1,7 +1,7 @@ # Template file for 'gegl' pkgname=gegl -version=0.4.38 -revision=2 +version=0.4.40 +revision=1 build_style=meson build_helper="gir" configure_args="-Ddocs=false -Dintrospection=true -Dvapigen=enabled @@ -18,7 +18,7 @@ license="GPL-3.0-only, LGPL-3.0-only" homepage="https://gegl.org/" changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc" distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz" -checksum=e4a33c8430a5042fba8439b595348e71870f0d95fbf885ff553f9020c1bed750 +checksum=cdde80d15a49dab9a614ef98f804c8ce6e4cfe1339a3c240c34f3fb45436b85d case "$XBPS_TARGET_MACHINE" in arm*) configure_args+=" -Db_lto=false"