summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71c9212b2833..8fdff0f56ede 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 18 21:48:59 UTC 2017
+# Wed Jul 26 19:38:01 UTC 2017
pkgbase = rust-nightly
pkgdesc = A safe, concurrent, practical language
- pkgver = 1.20.0.2017.07.17
- pkgrel = 2
+ pkgver = 1.21.0.2017.07.25
+ pkgrel = 1
url = http://www.rust-lang.org/
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = rust-nightly
options = !emptydirs
options = !makeflags
source = http://static.rust-lang.org/dist/rustc-nightly-src.tar.gz
- md5sums = d465e5f49a89992e6cb66955efdec820
+ md5sums = 37f883c511d5012768f19b6e8289712b
pkgname = rust-nightly
depends = shared-mime-info
diff --git a/PKGBUILD b/PKGBUILD
index a9297a705d69..3eccf4c2f4b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.20.0.2017.07.17
-pkgrel=2
+pkgver=1.21.0.2017.07.25
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language'
url='http://www.rust-lang.org/'
@@ -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=('d465e5f49a89992e6cb66955efdec820')
+md5sums=('37f883c511d5012768f19b6e8289712b')
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
build() {
@@ -37,7 +37,6 @@ package_rust-nightly() {
DESTDIR="$pkgdir" python2 ./x.py install
rm -fr "$pkgdir"/usr/share/doc/rust/html
- rm "$pkgdir"/usr/share/doc/rust/README.md
rm -f "$pkgdir"/usr/lib/rustlib/{components,manifest-rustc,manifest-rust-docs,rust-installer-version,install.log,uninstall.sh}
install -d "$pkgdir"/usr/share/licenses/rust-nightly/