summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-01 03:46:45 +0200
committerhaawda2017-06-01 03:46:45 +0200
commit980b99146f71c7109de680095d0d8d124ddf753f (patch)
tree6b75309462854a1a9b5105039a40ce7dc28a45ce /PKGBUILD
parent65150e7d00d886f92cb9abdd16cf8ce7bcbe527f (diff)
downloadaur-980b99146f71c7109de680095d0d8d124ddf753f.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 17f487977346..c71d281159e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.19.0.2017.05.30
+pkgver=1.19.0.2017.05.31
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=('f776569f7dfac97168cb8ba28f97a102')
+md5sums=('4c5baa8384c84e6a40ad594c0d4c95ef')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {