summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-10-03 01:30:24 +0200
committerhaawda2017-10-03 01:30:24 +0200
commitc9b02be106918d8da296882c661900fb43c5a618 (patch)
treec773a8920cd98b6a2f9d8b0a95570632d234a966 /PKGBUILD
parent4f22ccb9ad6623660fb1118d6b50e4c804bd19cc (diff)
downloadaur-c9b02be106918d8da296882c661900fb43c5a618.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 1ff1d40940f6..2af2c5ba9b15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.22.0.2017.09.30
+pkgver=1.22.0.2017.10.01
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=('80cf7964b91e0132572c4de295c1cc55')
+md5sums=('bda26d1d32e4b773541265a9f810d3b2')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {