Update package version to 0.4.5

This commit is contained in:
2026-05-02 18:24:46 +03:00
parent d6b5a37cdf
commit f96e3554f2
2 changed files with 11 additions and 10 deletions
+9 -10
View File
@@ -1,6 +1,6 @@
name: river
description: A non-monolithic Wayland compositor
version: 0.4.3
version: 0.4.5
revision: 1
url: https://isaacfreund.com/software/river/
license: GPL3-only
@@ -24,23 +24,22 @@ make_depends:
conflicts:
- river-classic
downloads:
- url: https://codeberg.org/river/river.git
type: git
clone_to: ${BPM_SOURCE}
git_branch: v${BPM_PKG_VERSION}
checksum: 80eeeff0472b1a993e73ce240b5c9cea28c48be0
- url: https://codeberg.org/river/river/releases/download/v${BPM_PKG_VERSION}/river-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 91d77f58bd20c7cfbd6656000474967635f9ddaa9779824c3684270e34f28147
- url: https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz
extract_to: zig-pixman
extract_strip_components: 1
checksum: cd7fe3415d4d58685a94fdedd308e9994a37f012828940cfb603461de7f2c6ad
- url: https://codeberg.org/ifreund/zig-wayland/archive/v0.5.0.tar.gz
- url: https://codeberg.org/ifreund/zig-wayland/archive/v0.6.0.tar.gz
extract_to: zig-wayland
extract_strip_components: 1
checksum: fa9705e83613b5555d7117ce5c602f10591d6598e69a73fba2e6039200db4f4b
- url: https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.0.tar.gz
checksum: 67fdecba19a5c1b7c2cd98321745fe6cf26a7fdfd5f71140db43c6469b523cc9
- url: https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.1.tar.gz
extract_to: zig-wlroots
extract_strip_components: 1
checksum: 75af3510386c639582693d01788579abde4dca9ce1ae6703c1e877ec8123d106
checksum: 6c960f1805aa187b3217809dab3f9f6e079312c93ab14e3fed5bf948ef4e400f
- url: https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.tar.gz
extract_to: zig-xkbcommon
extract_strip_components: 1
+2
View File
@@ -5,6 +5,8 @@
# The prepare function is executed in the root of the temp directory
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-pixman
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wayland
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wlroots