Update package version to 0.3.12

This commit is contained in:
2025-09-05 18:55:42 +03:00
parent 1fa3b2db53
commit 111601c056
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: river name: river
description: A dynamic tiling Wayland compositor description: A dynamic tiling Wayland compositor
version: 0.3.2 version: 0.3.12
url: https://codeberg.org/river/river url: https://codeberg.org/river/river
license: GPL3-only license: GPL3-only
architecture: any architecture: any
+1 -1
View File
@@ -21,7 +21,7 @@ build() {
# The check function is executed in the source directory # The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly # This function is used to run tests to verify the package has been compiled correctly
check() { check() {
zib build test --summary all --prefix /usr --search-prefix /usr --global-cache-dir ../zig-global-cache -Dtarget=native-linux.6.1-gnu.2.38 -Dcpu=baseline -Dpie -Doptimize=ReleaseSafe -Dxwayland zig build test --summary all --prefix /usr --search-prefix /usr --global-cache-dir ../zig-global-cache -Dtarget=native-linux.6.1-gnu.2.38 -Dcpu=baseline -Dpie -Doptimize=ReleaseSafe -Dxwayland
} }
# The package function is executed in the source directory # The package function is executed in the source directory