summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2016-03-27 00:19:06 +0100
committerspider-mario2016-03-27 00:19:06 +0100
commit1a401c24cd5da6e4daae775b88a6949ff0915158 (patch)
treecd58274d2f060d621f4ee4313e04a7768a347eb0
parent6cfea1d77588dda37b5c291edc79ebfff3bd439d (diff)
downloadaur-1a401c24cd5da6e4daae775b88a6949ff0915158.tar.gz
Add libc as a submodule
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 034a475cf013..e586b5f3e9bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Mar 26 23:18:52 UTC 2016
pkgbase = rust-git
pkgdesc = A safe, concurrent, practical language from Mozilla.
pkgver = 1.0.0.beta.2833.gb850046
@@ -18,6 +20,7 @@ pkgbase = rust-git
source = git+https://github.com/rust-lang/rust.git
source = git+https://github.com/rust-lang/compiler-rt.git
source = git+https://github.com/rust-lang/jemalloc.git
+ source = git+https://github.com/rust-lang/libc.git
source = git+https://github.com/rust-lang/llvm.git
source = git+https://github.com/rust-lang/hoedown.git
source = git+https://github.com/rust-lang/rust-installer.git
@@ -37,6 +40,7 @@ pkgbase = rust-git
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
+ sha512sums = SKIP
pkgname = rust-git
install = rust.install
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() {