summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-05 01:31:02 +0200
committerhaawda2017-10-05 01:31:02 +0200
commitc36db342968651791c01e120bcf5740d9431367e (patch)
tree3a6a3781cc4ed37216159e519b1ffadf63e78401
parentc15f5315c7ed69b3c03e9d1718ca026b05fc4461 (diff)
downloadaur-c36db342968651791c01e120bcf5740d9431367e.tar.gz
new working upstream tarball
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e9fc4ef8c3..d17cd937aeec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 3 23:47:19 UTC 2017
+# Wed Oct 4 23:31:02 UTC 2017
pkgbase = rust-nightly
pkgdesc = A safe, concurrent, practical language
- pkgver = 1.22.0.2017.10.02
+ pkgver = 1.22.0.2017.10.03
pkgrel = 1
url = http://www.rust-lang.org/
arch = i686
@@ -22,7 +22,7 @@ pkgbase = rust-nightly
options = !emptydirs
options = !makeflags
source = http://static.rust-lang.org/dist/rustc-nightly-src.tar.gz
- md5sums = c75942c903f647c7cc6e4c99e83664e0
+ md5sums = 955064ed9574c9d6da2b8fe3c49ac058
pkgname = rust-nightly
depends = shared-mime-info
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() {