summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-18 23:48:59 +0200
committerhaawda2017-07-18 23:48:59 +0200
commit9a8b40c458290f3f13171ed25c272e477544042b (patch)
tree77ee2d21b8597f18152584a7a6ed7d49f038d8b3 /PKGBUILD
parent574825b3b71ea074c47987005b60757671eb0214 (diff)
downloadaur-9a8b40c458290f3f13171ed25c272e477544042b.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 4dc1b282422e..a9297a705d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.07.16
+pkgver=1.20.0.2017.07.17
pkgrel=2
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=('973a1cfd1015bee31a757243468d5cd3')
+md5sums=('d465e5f49a89992e6cb66955efdec820')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {