New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/27330#issuecomment-751388287 Comment: Thanks @q66 for the suggested fix, it was necessary to update efl itself as well. Make another commit to update `efl`. It should include these changes: ``` diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index caba1145ab..a8b26fff25 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -1,7 +1,7 @@ # Template file for 'efl' pkgname=efl -version=1.24.3 -revision=2 +version=1.24.4 +revision=1 build_style=meson configure_args=" -Dembedded-lz4=false @@ -52,7 +52,7 @@ license="LGPL-2.1-only" homepage="https://enlightenment.org" changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS" distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz" -checksum=de95c6e673c170c1e21382918b122417c091c643e7dcaced89aa785529625c2a +checksum=617e6b29d2478259acac72e2867d1908249c01a323ff3284948e999d4787f901 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dbuild-tests=true" ```