summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-10-08 01:33:43 +0200
committerhaawda2017-10-08 01:33:43 +0200
commit207be0cf145f0f9f775112fa4c89c4b6bd9adfe0 (patch)
treeeeed56a435e13dc941b7a7e481659eb816812b38 /PKGBUILD
parent8b00c9e0c0592574313e7b619a798747baed6110 (diff)
downloadaur-207be0cf145f0f9f775112fa4c89c4b6bd9adfe0.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 7a161ea481be..6a5152f21df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.22.0.2017.10.05
+pkgver=1.22.0.2017.10.06
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=('c1afcff439e388249e9db1c5e705463b')
+md5sums=('3a5b09fe69b7b3f4b79d02ed8c8f9711')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {