zathura: update to 0.5.4.

This commit is contained in:
Piraty 2024-02-12 09:53:35 +01:00
parent 5d0cc0d409
commit 4499b69482
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 1 additions and 1 deletions

View File

@ -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"