Update package version to 2.4.0

This commit is contained in:
2025-10-23 20:11:13 +03:00
parent ad398f0768
commit 12ec4921bf
2 changed files with 3 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 --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() {