Update package version to 0.3.12
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user