summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-01 03:14:40 +0200
committerhaawda2017-07-01 03:14:40 +0200
commit92a55e8a5a596ce0a0215c90e3bb3cdc3f88351a (patch)
tree79102432fbee5a5ec536d4af7f50a3d27da2152e /PKGBUILD
parent93c930bc0772862b3f037164d9fcb6bdd12079ff (diff)
downloadaur-92a55e8a5a596ce0a0215c90e3bb3cdc3f88351a.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 e1aa7ad37a97..61605baee312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.06.28
+pkgver=1.20.0.2017.06.29
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=('2b7f8020caff47de8afab82b25b85523')
+md5sums=('852e5c84df743c668eedd8067633df64')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {