summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-11 03:46:45 +0200
committerhaawda2017-06-11 03:46:45 +0200
commit2e2e429ec11a1d0c4c2d1a2320018ef6702bbe08 (patch)
tree4e8e7c9e8fa3cfce1383c411bfd32340cab2b805 /PKGBUILD
parentb17cca379e1d159764388f8191cd7b97ee32005c (diff)
downloadaur-2e2e429ec11a1d0c4c2d1a2320018ef6702bbe08.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 8544e9d20475..618e5739f96a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.19.0.2017.06.09
+pkgver=1.19.0.2017.06.10
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=('f8fd83dc06cc38b8557c33069f892fd7')
+md5sums=('c85c2f55401f2c83dbf4756af0afd33e')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {