summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f44d04b8c35d..f827f2d654c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ optdepends=('haskell-pandoc: to build the documentation'
source=("git+https://github.com/rust-lang/rust.git"
"git+https://github.com/rust-lang/compiler-rt.git"
"git+https://github.com/rust-lang/jemalloc.git"
+ "git+https://github.com/rust-lang/libc.git"
"git+https://github.com/rust-lang/llvm.git"
"git+https://github.com/rust-lang/hoedown.git"
"git+https://github.com/rust-lang/rust-installer.git"
@@ -24,7 +25,7 @@ source=("git+https://github.com/rust-lang/rust.git"
"git+https://github.com/rust-lang/gedit-config.git"
"git+https://github.com/rust-lang/nano-config.git"
"git+https://github.com/rust-lang/zsh-config.git")
-_noclone=(compiler-rt jemalloc llvm hoedown rust-installer)
+_noclone=(compiler-rt jemalloc libc llvm hoedown rust-installer)
sha512sums=('SKIP'
'SKIP'
'SKIP'
@@ -35,6 +36,7 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {