George Hu pushed to branch main at Arch Linux / Packaging / Packages / typstyle
Commits:
62bd43b2 by George Hu at 2026-01-18T00:01:36+08:00
Use `host-tuple` directly in the `--target` option
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -16,7 +16,7 @@
sha256sums=('c20a07b9535dc34c0099f744f435ebfb53668b92f05e59b115fd264ecb9f7187')
prepare() {
cd "$pkgname-$pkgver"
- cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+ cargo fetch --locked --target host-tuple
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/62bd43b273895a989e8ced38b9404f51793df2ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/62bd43b273895a989e8ced38b9404f51793df2ba
You're receiving this email because of your account on gitlab.archlinux.org.