From e07e0621bd93d0cf64c96b06755f092d177ad9bc Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 29 Jun 2023 10:58:50 +0200 Subject: [PATCH] gegl: update to 0.4.46. --- srcpkgs/gegl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template index ce14c44fc7f4..6ae901d21ded 100644 --- a/srcpkgs/gegl/template +++ b/srcpkgs/gegl/template @@ -1,7 +1,7 @@ # Template file for 'gegl' pkgname=gegl -version=0.4.44 -revision=3 +version=0.4.46 +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=0a4cdb41635e406a0849cd0d3f03caf7d97cab8aa13d28707d532d0089d56126 +checksum=d0b3b2481bc8774c5f3d0a487611910166d18eef823a859fb91e781ab7b1e892 case "$XBPS_TARGET_MACHINE" in arm*) configure_args+=" -Db_lto=false"