summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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