George Hu pushed to branch main at Arch Linux / Packaging / Packages / igrep
Commits:
8fd99c44 by George Hu at 2026-02-27T16:31:52+08:00
Use `host-tuple` directly in the `--target` option
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -14,7 +14,7 @@
sha512sums=('30420e9d7d3c833d1415f54e0e315335f87811a514c2eba492ae4542006eb0f300d
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/igrep/-/commit/8fd99c44eb1d3186e4b8d1d66749937b1f042bd9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igrep/-/commit/8fd99c44eb1d3186e4b8d1d66749937b1f042bd9
You're receiving this email because of your account on gitlab.archlinux.org.