Rebuild with libxml2 2.15.0

This commit is contained in:
2025-09-18 12:18:02 +03:00
parent 2d7dadbc80
commit a6ab939378
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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