Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
samply
Commits:
bbc944f3 by Acid Xeon at 2024-02-06T17:41:17+00:00
Tweak new Rust package guidelines
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -17,7 +17,7 @@ options=('!lto')
prepare() {
mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"
cd "$pkgname-$pkgver/$pkgname"
- cargo fetch --target "$CARCH-unknown-linux-gnu" # --locked
+ cargo fetch --target "$(rustc -vV | sed -n 's/host: //p')" # --locked
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/samply/-/commit/bbc944f35151470ff6561040e77685b7c262ae5e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/samply/-/commit/bbc944f35151470ff6561040e77685b7c262ae5e
You're receiving this email because of your account on gitlab.archlinux.org.