summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-10-13 07:25:02 +0200
committerhaawda2017-10-13 07:25:02 +0200
commit1f8916757962ad74eb90e74764917a4ca70dff58 (patch)
tree3ef5ea893a2ca2cb1e4e71241c35f013f3353d1f /PKGBUILD
parent29daab5c051670b1b49a3bc321733368920d5dbf (diff)
downloadaur-1f8916757962ad74eb90e74764917a4ca70dff58.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39cf02982e53..1465c317c653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.22.0.2017.10.07
+pkgver=1.22.0.2017.10.11
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=('a8fe025c225cf18e3e9abfacbc60147b')
+md5sums=('6e4894ec4c24391f8604707a9f3cb76b')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {