summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-23 03:48:24 +0200
committerhaawda2017-06-23 03:48:24 +0200
commit0c323ac979ad6ef78567371b22f213e2b1c7a05e (patch)
treea45c0b3d1fded7123aedc44c391d107197b201af /PKGBUILD
parent4c0596ab23dba7cb51c445e31526418c32ab2e6f (diff)
downloadaur-0c323ac979ad6ef78567371b22f213e2b1c7a05e.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 aab76da901ad..c16318a35a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.06.21
+pkgver=1.20.0.2017.06.22
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=('56868d8a9f61d97635e275b4c9cbbc96')
+md5sums=('38b1969aadd71d70844744a60103b680')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {