Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
ripgrep-all


Commits:
60b10140 by moui0 at 2024-02-11T08:27:20+01:00
fix hardcode target flag

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -28,7 +28,7 @@ 
b2sums=('fc2618369c349fda5a78d3604b17b78788be73ce5925a5b6aa234627ccaa4b70dba8ded
 
 prepare() {
   cd ripgrep-all-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep-all/-/commit/60b101402beecf25d67975acd34399a1aee81490

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep-all/-/commit/60b101402beecf25d67975acd34399a1aee81490
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to