Update package version to 6.19.1

This commit is contained in:
2026-03-21 14:58:23 +02:00
parent b93c60b85c
commit 1fd5a1f506
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
./configure --prefix=/usr --disable-static --disable-documentation
./configure --prefix=/usr --disable-static
make
}