George Hu pushed to branch main at Arch Linux / Packaging / Packages / yazi
Commits:
e43708ea by George Hu at 2026-01-14T00:51:48+08:00
Use `host-tuple` directly in the `--target` option of `cargo fetch` command
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -35,7 +35,7 @@ options=('!lto')
prepare() {
cd "$pkgname-$pkgver"
- cargo fetch --locked --target "$(rustc --print host-tuple)"
+ cargo fetch --locked --target host-tuple
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yazi/-/commit/e43708ea4c51d9c7b9f146fa8fb2700e912a5957
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yazi/-/commit/e43708ea4c51d9c7b9f146fa8fb2700e912a5957
You're receiving this email because of your account on gitlab.archlinux.org.