summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-04 03:17:38 +0200
committerhaawda2017-07-04 03:17:38 +0200
commit083a9f10fd8b29ce3e47b66d997ac4a5f45e519e (patch)
treec59cb3d57d869be5c252a7b689616fc03aa37b4a /PKGBUILD
parent8c28b3aeee980f9a6225eb3c1a2a785d58bcfaef (diff)
downloadaur-083a9f10fd8b29ce3e47b66d997ac4a5f45e519e.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 73d3b9d9933d..38900369ae93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.07.01
+pkgver=1.20.0.2017.07.02
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=('7ce6a16861ce07dd936711e169e42c74')
+md5sums=('2be694ce83f42dceaa407502480233ad')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {