summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-10-04 01:47:20 +0200
committerhaawda2017-10-04 01:47:20 +0200
commitc15f5315c7ed69b3c03e9d1718ca026b05fc4461 (patch)
tree4c9736f84ca0e3fdf2f805e0d1ce5c024d5c9245 /PKGBUILD
parent83265400e466be4889d0c85dedcea755cfb0f9af (diff)
downloadaur-c15f5315c7ed69b3c03e9d1718ca026b05fc4461.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 2af2c5ba9b15..8266041c8458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.22.0.2017.10.01
+pkgver=1.22.0.2017.10.02
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=('bda26d1d32e4b773541265a9f810d3b2')
+md5sums=('c75942c903f647c7cc6e4c99e83664e0')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {