From cb0767abf69f17b57ece25a6459f969d31245c65 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Wed, 6 Mar 2024 10:42:04 -0500 Subject: [PATCH] pixman: update to 0.43.4. --- srcpkgs/pixman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pixman/template b/srcpkgs/pixman/template index f223b9a9b957ac..2ef54cc21706d1 100644 --- a/srcpkgs/pixman/template +++ b/srcpkgs/pixman/template @@ -1,6 +1,6 @@ # Template file for 'pixman' pkgname=pixman -version=0.42.2 +version=0.43.4 revision=1 build_style=meson # gtk is only necessary for demos, disabled to avoid dependency loop @@ -14,7 +14,7 @@ maintainer="Érico Nogueira " license="MIT" homepage="http://pixman.org/" distfiles="https://www.cairographics.org/releases/pixman-${version}.tar.gz" -checksum=ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e +checksum=a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226 # set stacksize for musl: https://gitlab.gnome.org/GNOME/librsvg/-/issues/595 LDFLAGS="-Wl,-z,stack-size=2097152"