From 0b65383c196130ae33284e6d70c44e7feb125ded Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Dec 2021 15:28:20 +0100 Subject: extra/rust: redone config.toml patch and added llvm12-libs for rebuild --- extra/rust/PKGBUILD | 6 +++--- extra/rust/config.toml.patch | Bin 839 -> 908 bytes 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/rust') diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index 7c29aeb9..4750c06c 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -6,7 +6,7 @@ # see https://github.com/rust-lang/rust/issues/60294 source+=(config.toml.patch) -sha256sums+=('573b9869d71740aa5c7023670926600f5843d6e12480e3c9895caa37a4bc479c') +sha256sums+=('a8b42b5f47c0eaebafbb2cd1f39d2f944945cbb55e87d4dc21c7bd5b1b8964d8') eval "$( declare -f prepare | \ @@ -79,5 +79,5 @@ makedepends=(${makedepends[@]//lib32-gcc-libs/}) #makedepends=(${makedepends[@]//rust/}) #makedepends+=('rust-bin') -# rust 1.41 is built against llvm11.0, so force that in as a make dependency -makedepends+=('llvm11-libs') +# rust 1.56 is built against llvm12.0, so force that in as a make dependency +makedepends+=('llvm12-libs') diff --git a/extra/rust/config.toml.patch b/extra/rust/config.toml.patch index 3f0bf664..e262d277 100644 Binary files a/extra/rust/config.toml.patch and b/extra/rust/config.toml.patch differ -- cgit v1.2.3-54-g00ecf