summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO67
1 files changed, 31 insertions, 36 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f35c219d3b6..ea0a89d215a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 3 23:32:46 UTC 2017
+# Sun May 28 01:47:53 UTC 2017
pkgbase = rust-git
pkgdesc = Systems programming language focused on safety, speed and concurrency
- pkgver = 1.0.0.beta.2833.gb850046
- pkgrel = 3
+ pkgver = 1.19.0.r64389.4f9c9ed1a5
+ pkgrel = 1
epoch = 3
url = http://www.rust-lang.org/
arch = i686
@@ -12,58 +12,53 @@ pkgbase = rust-git
license = Apache
makedepends = git
makedepends = libffi
+ makedepends = perl
makedepends = python2
makedepends = curl
makedepends = llvm
+ makedepends = cmake
makedepends = jemalloc
+ options = staticlibs
+ options = !strip
+ options = !emptydirs
source = git+https://github.com/rust-lang/rust.git
- source = git+https://github.com/rust-lang/cargo.git
- source = git+https://github.com/rust-lang/compiler-rt.git
- source = git+https://github.com/rust-lang/libc.git
- source = git+https://github.com/rust-lang/hoedown.git
- source = git+https://github.com/rust-lang/rust-installer.git
- source = git+https://github.com/rust-lang-nursery/nomicon.git
- source = git+https://github.com/rust-lang-nursery/reference.git
- source = git+https://github.com/rust-lang/rust.vim.git
- source = git+https://github.com/rust-lang/rust-mode.git
- source = git+https://github.com/rust-lang/zsh-config.git
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
+ sha256sums = SKIP
pkgname = rust-git
- install = rust.install
- depends = shared-mime-info
+ depends = gcc-libs
depends = llvm-libs
- optdepends = rust-docs-git: language and API documentation
provides = rust
conflicts = rust
- options = staticlibs
pkgname = rust-docs-git
pkgdesc = Systems programming language focused on safety, speed and concurrency (Language and API documentation)
arch = any
- optdepends = rust-git: to compile and run the programs you can write using this documentation
- provides = rust-doc
provides = rust-docs
- conflicts = rust-doc
conflicts = rust-docs
- replaces = rust-doc-git
- options =
- options = !strip
- options = !emptydirs
pkgname = rust-src-git
- pkgdesc = Systems programming language focused on safety, speed and concurrency (Source Code)
+ pkgdesc = Systems programming language focused on safety, speed and concurrency (Source code)
arch = any
provides = rust-src
conflicts = rust-src
+pkgname = rust-analysis-git
+ pkgdesc = Systems programming language focused on safety, speed and concurrency (Code completion data)
+ depends = rust-git
+ provides = rust-analysis
+ conflicts = rust-analysis
+
+pkgname = cargo-git
+ pkgdesc = The Rust package manager
+ depends = rust
+ provides = cargo
+ conflicts = cargo
+
+pkgname = rls-git
+ pkgdesc = Rust language server
+ depends = rust-git
+ depends = rust-src-git
+ depends = rust-analysis-git
+ provides = rls
+ conflicts = rls
+