summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-26 03:02:11 +0200
committerhaawda2017-06-26 03:02:11 +0200
commit1c1e03bd9a613d39358c26b8dfaeb82d6f3ac8ce (patch)
treefa52b1b5d107e992894cdf095668706e859bfbcf /PKGBUILD
parent00587dd866e71cadff2915d6f6270e1e478f6182 (diff)
downloadaur-1c1e03bd9a613d39358c26b8dfaeb82d6f3ac8ce.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 8aabcfa31a9c..04de7e29da8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.06.23
+pkgver=1.20.0.2017.06.24
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=('074bc4589ddc27a1f3bd1800bed6ebad')
+md5sums=('0b7224970c1149c62ab6febd273b372b')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {