summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-30 02:52:04 +0200
committerhaawda2017-06-30 02:52:04 +0200
commit93c930bc0772862b3f037164d9fcb6bdd12079ff (patch)
tree6a21a64fd3e427d8b679d12c5aad4a9757ba6ba7 /PKGBUILD
parent0f2448aefb149317c5ce5c934eb495329e4f6d73 (diff)
downloadaur-93c930bc0772862b3f037164d9fcb6bdd12079ff.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 939f0dc200ec..e1aa7ad37a97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.06.27
+pkgver=1.20.0.2017.06.28
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=('75afc9003b273a6668f3d6c1847b6aae')
+md5sums=('2b7f8020caff47de8afab82b25b85523')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {