summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b475145c72ae..7eae7ddaf333 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Jul 14 08:12:29 UTC 2017
pkgbase = rust-nightly
pkgdesc = A safe, concurrent, practical language
pkgver = 1.20.0.2017.07.12
- pkgrel = 1
+ pkgrel = 2
url = http://www.rust-lang.org/
arch = i686
arch = x86_64
@@ -25,7 +23,6 @@ pkgbase = rust-nightly
pkgname = rust-nightly
depends = shared-mime-info
- optdepends = rust-doc-git: language and API documentation
provides = rust
conflicts = rust
diff --git a/PKGBUILD b/PKGBUILD
index c03fe3989e0f..347891ac814d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
pkgver=1.20.0.2017.07.12
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language'
url='http://www.rust-lang.org/'
license=('MIT' 'Apache')
makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm')
source=("http://static.rust-lang.org/dist/rustc-nightly-src.tar.gz")
+md5sums=('8ea7775bf73eafde4a6d6f149fc273bf')
options=('staticlibs' '!strip' '!emptydirs' '!makeflags')
conflicts=('rust')
provides=('rust')
-md5sums=('8ea7775bf73eafde4a6d6f149fc273bf')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {
@@ -31,7 +31,6 @@ build() {
package_rust-nightly() {
depends=('shared-mime-info')
- optdepends=('rust-doc-git: language and API documentation')
provides=('rust')
conflicts=('rust')
cd rustc-nightly-src