summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-07 03:46:38 +0200
committerhaawda2017-06-07 03:46:38 +0200
commit553c4aa4de54c649a99360c21666833bf4237ad2 (patch)
treef572c76c46337f75c7001f1df428d087666efe21 /PKGBUILD
parent639770ba454f969d3b71b97898c28390341510af (diff)
downloadaur-553c4aa4de54c649a99360c21666833bf4237ad2.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 b740fd807d0f..3a69312a9cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.19.0.2017.06.05
+pkgver=1.19.0.2017.06.06
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=('30cc6ca6eef52a2a6ff0c9dc28c1926b')
+md5sums=('07789967fb77939edd27adbf793fe795')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {