summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-12 03:47:40 +0200
committerhaawda2017-06-12 03:47:40 +0200
commitbe35beee5236ac59e9e4ec12e5324870af682f8f (patch)
tree560e6c8ed00ae06652e0c510fb1e678cf15c7a69 /PKGBUILD
parent2e2e429ec11a1d0c4c2d1a2320018ef6702bbe08 (diff)
downloadaur-be35beee5236ac59e9e4ec12e5324870af682f8f.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 618e5739f96a..a67f8b53ad46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.19.0.2017.06.10
+pkgver=1.19.0.2017.06.11
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=('c85c2f55401f2c83dbf4756af0afd33e')
+md5sums=('fd6782a12f4302185e2600c7c9b78fa0')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {