summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-10-07 01:31:16 +0200
committerhaawda2017-10-07 01:31:16 +0200
commitf1475711549be29fd7924da2e608cc81b7074cca (patch)
tree9683d74889088e0d75398b917fa6bd1c99f75935 /PKGBUILD
parenteb8893ea9f8a368e0e85f715420def64b2de2788 (diff)
downloadaur-f1475711549be29fd7924da2e608cc81b7074cca.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 146394c72af6..7a161ea481be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.22.0.2017.10.04
+pkgver=1.22.0.2017.10.05
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=('9c801755d4969f26de2ec3889552363a')
+md5sums=('c1afcff439e388249e9db1c5e705463b')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {