summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-10-05 01:31:02 +0200
committerhaawda2017-10-05 01:31:02 +0200
commitc36db342968651791c01e120bcf5740d9431367e (patch)
tree3a6a3781cc4ed37216159e519b1ffadf63e78401 /PKGBUILD
parentc15f5315c7ed69b3c03e9d1718ca026b05fc4461 (diff)
downloadaur-c36db342968651791c01e120bcf5740d9431367e.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 8266041c8458..66215b77a1e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.22.0.2017.10.02
+pkgver=1.22.0.2017.10.03
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=('c75942c903f647c7cc6e4c99e83664e0')
+md5sums=('955064ed9574c9d6da2b8fe3c49ac058')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {