Skip to content
Snippets Groups Projects

Tweak Rust package guidelines

Merged Acid Xeon requested to merge (removed):xeonacid-main-patch-92975 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,7 +17,7 @@ b2sums=('f6b1a250b0ba4a79d525f7d2038f1a4ddae1495261c38cff1c32f6f73dae500a689dfcd
prepare() {
cd "${pkgname}-${pkgver}"
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
Loading