[arch-commits] Commit in rust/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Fri Oct 11 22:27:56 UTC 2019


    Date: Friday, October 11, 2019 @ 22:27:56
  Author: demize
Revision: 364664

Switch to releases.llvm.org for compiler-rt

The LLVM switch to GitHub has not been completed, and the existing releases on
GitHub were just for testing.  New releases won't have artifacts uploaded there
until the switch is complete.

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-11 21:14:17 UTC (rev 364663)
+++ PKGBUILD	2019-10-11 22:27:56 UTC (rev 364664)
@@ -21,7 +21,7 @@
 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)
 



More information about the arch-commits mailing list