From a6ab93937802a196c06740464eb8146c31bcc39f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 18 Sep 2025 12:18:02 +0300 Subject: [PATCH] Rebuild with libxml2 2.15.0 --- pkg.info | 1 + source.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 965e5e4..1184739 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,7 @@ name: librsvg description: SVG rendering library version: 2.61.1 +revision: 2 url: https://wiki.gnome.org/Projects/LibRsvg license: LGPL2.1-or-later architecture: any diff --git a/source.sh b/source.sh index 4c7cd46..d9c9926 100644 --- a/source.sh +++ b/source.sh @@ -25,7 +25,7 @@ build() { # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - meson test -C build + meson test -C build --print-errorlogs --no-rebuild } # The package function is executed in the source directory