George Hu pushed to branch main at Arch Linux / Packaging / Packages /
openapi-tui
Commits:
476e6f3d by George Hu at 2026-06-28T23:55:39+08:00
Use `host-tuple` directly in the `--target` option
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -18,7 +18,7 @@
sha256sums=('e9ca7bc160ca6fdf50f7534318589fcb725564c05b81f40742e37a422f35a191')
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/openapi-tui/-/commit/476e6f3d23194bf5f4fd6e571bbd4500a799f5a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openapi-tui/-/commit/476e6f3d23194bf5f4fd6e571bbd4500a799f5a9
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