From 4499b6948297b82d6e4f6ba8efcebe51e4efa196 Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 12 Feb 2024 09:53:35 +0100 Subject: [PATCH] zathura: update to 0.5.4. --- srcpkgs/zathura/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index a7aafcd71f4..9508106b688 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -17,7 +17,7 @@ changelog="https://pwmt.org/projects/zathura/changelog/${version}/index.html" distfiles="https://pwmt.org/projects/zathura/download/zathura-${version}.tar.xz" checksum=a3037f7aa94d4096bfd97069f62ffcdca9f06431e8663548c1cd6b945c556f32 -if [ "$XBPS_CHECK_PKGS" ]; then +if [ -z "$CROSS_BUILD" ] && [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=enabled" else configure_args+=" -Dtests=disabled"