Update package version to 0.3.12
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: river
|
||||
description: A dynamic tiling Wayland compositor
|
||||
version: 0.3.2
|
||||
version: 0.3.12
|
||||
url: https://codeberg.org/river/river
|
||||
license: GPL3-only
|
||||
architecture: any
|
||||
|
||||
@@ -21,7 +21,7 @@ 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() {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user