Update package version to 5.0.1

This commit is contained in:
2025-11-28 14:36:20 +02:00
parent cb7fa5c0a4
commit 66ac1c67ed
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -9,12 +9,6 @@ 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
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {