summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspider-mario2017-02-04 00:50:11 +0100
committerspider-mario2017-02-04 00:50:11 +0100
commitc7be38b2cab8d2d99bec7bfb0d2a5f63eee3733e (patch)
treec4e66b4e427fc65b5bbd218322dd70004def9db0 /PKGBUILD
parente3291eba14872d9460efeb8a86c71ba905c722eb (diff)
downloadaur-c7be38b2cab8d2d99bec7bfb0d2a5f63eee3733e.tar.gz
Do not clone LLVM and jemalloc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cec27c66066..c0685093c6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,16 +12,14 @@ license=('MIT' 'Apache')
makedepends=('git' 'libffi' 'python2' 'curl' 'llvm' 'jemalloc')
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"
"git+https://github.com/rust-lang/rust.vim.git"
"git+https://github.com/rust-lang/rust-mode.git"
"git+https://github.com/rust-lang/zsh-config.git")
-_noclone=(compiler-rt jemalloc libc llvm hoedown rust-installer)
+_noclone=(compiler-rt libc hoedown rust-installer)
sha512sums=('SKIP'
'SKIP'
'SKIP'
@@ -29,8 +27,6 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- 'SKIP'
'SKIP')
pkgver() {