From 281e51aaf18818c3c9352910e81368afe3ff1005 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 11 Oct 2019 01:33:12 +0000 Subject: [PATCH] extra/rust: fix --- extra/rust/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index 57e2269b7..2f35732f0 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -31,7 +31,7 @@ checkdepends=('procps-ng' 'gdb') options=('!emptydirs') source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc} - "https://github.com/llvm/llvm-project/releases/download/llvmorg-$_llvm_ver/compiler-rt-$_llvm_ver.src.tar.xz"{,.sig} + "http://releases.llvm.org/$_llvm_ver/compiler-rt-$_llvm_ver.src.tar.xz"{,.sig} bootstrap-1.38.patch 0001-WIP-minimize-the-rust-std-component.patch)