Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
bingrep
Commits:
7d755c95 by George Hu at 2026-01-14T00:01:58+08:00
Set fetch option `--target` to `host-tuple` to fix build error on riscv64
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -15,7 +15,7 @@
sha512sums=('ae36343460526cc5749d293457b7c49256ed36a7f5568b88f8a2be0b45a8ab0cb71
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/bingrep/-/commit/7d755c953fe7989e4cc5f983761f60c742119291
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bingrep/-/commit/7d755c953fe7989e4cc5f983761f60c742119291
You're receiving this email because of your account on gitlab.archlinux.org.