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