From f576a53a4eac5442ea85b9d2f965d8c31f70a0f7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Aug 2019 08:16:38 +0200 Subject: extra/firefox: use rust-bin instead of rust --- extra/firefox/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/firefox') diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index bb213f74..663338f9 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -69,3 +69,7 @@ for ((i=0; i<${#source[@]}; i++)); do ) fi done + +# use binary rust-bin instead of rust (till we can bootstrap rust on IA-32) +makedepends=(${makedepends[@]//rust/}) +makedepends+=('rust-bin') -- cgit v1.2.3