From 38d6d35071a870fedde856bf5e4870e75de8a921 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 19 May 2025 11:59:33 -0400 Subject: [PATCH] babl: update to 0.1.114. --- srcpkgs/babl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template index 34f460ce124..4fbd7ca98cd 100644 --- a/srcpkgs/babl/template +++ b/srcpkgs/babl/template @@ -1,7 +1,7 @@ # Template file for 'babl' pkgname=babl -version=0.1.112 -revision=2 +version=0.1.114 +revision=1 build_style=meson build_helper=gir configure_args="-Dwith-docs=false -Denable-gir=true" @@ -13,7 +13,7 @@ license="LGPL-3.0-only" homepage="https://gegl.org/babl/" changelog="https://gitlab.gnome.org/GNOME/babl/-/raw/master/NEWS" distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz" -checksum=fb696682421787c8fecc83e8aab48121dec8ee38d119b65291cfcbe315028a79 +checksum=bcbb7786c1e447703db3bc7fa34d62d0d2d117b22f04d8834c7b2d5ded456487 case "$XBPS_TARGET_MACHINE" in arm*) configure_args+=" -Db_lto=false"