Update package version to 0.3.17

This commit is contained in:
2026-05-02 18:24:46 +03:00
parent b7322e3038
commit ceac944351
2 changed files with 8 additions and 6 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
name: river-classic name: river-classic
description: A dynamic tiling Wayland compositor description: A dynamic tiling Wayland compositor
version: 0.3.15 version: 0.3.17
revision: 1 revision: 1
url: https://codeberg.org/river/river-classic url: https://codeberg.org/river/river-classic
license: GPL3-only license: GPL3-only
@@ -30,19 +30,19 @@ downloads:
- url: https://codeberg.org/river/river-classic/releases/download/v${BPM_PKG_VERSION}/river-classic-${BPM_PKG_VERSION}.tar.gz - url: https://codeberg.org/river/river-classic/releases/download/v${BPM_PKG_VERSION}/river-classic-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: bda4fffb70aed0a3d35e0b27fa248aacdc03bd208abfa3e0464cb37896b2128d checksum: ecd5e632a417b1d79e23180bf0073c8d8f849180ebb9138e5fa71ec8bfe15fdd
- url: https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz - url: https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz
extract_to: zig-pixman extract_to: zig-pixman
extract_strip_components: 1 extract_strip_components: 1
checksum: cd7fe3415d4d58685a94fdedd308e9994a37f012828940cfb603461de7f2c6ad 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_to: zig-wayland
extract_strip_components: 1 extract_strip_components: 1
checksum: fa9705e83613b5555d7117ce5c602f10591d6598e69a73fba2e6039200db4f4b checksum: 67fdecba19a5c1b7c2cd98321745fe6cf26a7fdfd5f71140db43c6469b523cc9
- url: https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.0.tar.gz - url: https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.1.tar.gz
extract_to: zig-wlroots extract_to: zig-wlroots
extract_strip_components: 1 extract_strip_components: 1
checksum: 75af3510386c639582693d01788579abde4dca9ce1ae6703c1e877ec8123d106 checksum: 6c960f1805aa187b3217809dab3f9f6e079312c93ab14e3fed5bf948ef4e400f
- url: https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.tar.gz - url: https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.tar.gz
extract_to: zig-xkbcommon extract_to: zig-xkbcommon
extract_strip_components: 1 extract_strip_components: 1
+2
View File
@@ -5,6 +5,8 @@
# The prepare function is executed in the root of the temp directory # 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 # This function is used for putting downloaded files to the correct location or applying patches
prepare() { 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-pixman
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wayland zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wayland
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wlroots zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wlroots