summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-02 03:21:55 +0200
committerhaawda2017-07-02 03:21:55 +0200
commit7618517528f0279427807b0f475af87659d47343 (patch)
treeb243d03f03e46862c27d106d2a38be4c9d6cb4b1 /PKGBUILD
parent92a55e8a5a596ce0a0215c90e3bb3cdc3f88351a (diff)
downloadaur-7618517528f0279427807b0f475af87659d47343.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 61605baee312..74474badc0a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.06.29
+pkgver=1.20.0.2017.06.30
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=('852e5c84df743c668eedd8067633df64')
+md5sums=('6ce226b71a4d5b6ea2f9e3d0674626ba')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {