Update package version to 1.36.0

This commit is contained in:
2026-03-15 09:08:02 +02:00
parent 73613023aa
commit 432351d3d4
2 changed files with 12 additions and 2 deletions
+6
View File
@@ -9,6 +9,12 @@ build() {
meson compile -C 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 --print-errorlogs
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {