Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / zenith
Commits: 1d059809 by Levi Zim at 2026-04-11T17:28:11+08:00 Replace $CARCH-... tuple with host-tuple This helps building the package on RISC-V where the CARCH and rust tuple differs. It also matches the latest Rust package guideline: https://wiki.archlinux.org/title/Rust_package_guidelines#Prepare - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -16,7 +16,7 @@ sha256sums=('b092048d1a9ce7234584d928e4b103aaaa7e47589923cf4e48dfa8919b3f8d88') prepare() { cd "$pkgname-$pkgver" - cargo fetch --locked --target "$CARCH-unknown-linux-gnu" + cargo fetch --locked --target host-tuple } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zenith/-/commit/1d059809145c14bc4a3c2fc0314fef46a248b0e9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zenith/-/commit/1d059809145c14bc4a3c2fc0314fef46a248b0e9 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
