summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-22 03:51:24 +0200
committerhaawda2017-06-22 03:51:24 +0200
commit4c0596ab23dba7cb51c445e31526418c32ab2e6f (patch)
tree3c9b7eb044969c4d3e0a7cfea68b09a4407a9b9b /PKGBUILD
parent6e696e81d473ec03b1f75a9dd9238ec739a2416b (diff)
downloadaur-4c0596ab23dba7cb51c445e31526418c32ab2e6f.tar.gz
new working upstream tarball
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91453feb5cf9..aab76da901ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.06.20
+pkgver=1.20.0.2017.06.21
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language'
@@ -14,7 +14,7 @@ source=("http://static.rust-lang.org/dist/rustc-nightly-src.tar.gz")
options=('staticlibs' '!strip' '!emptydirs' '!makeflags')
conflicts=('rust')
provides=('rust')
-md5sums=('dc5c7e4359243b4fba6f4dde67bd745c')
+md5sums=('56868d8a9f61d97635e275b4c9cbbc96')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {