[arch-commits] Commit in rust/trunk (PKGBUILD config.toml)

Johannes Löthberg demize at archlinux.org
Tue Jul 10 19:01:36 UTC 2018


    Date: Tuesday, July 10, 2018 @ 19:01:36
  Author: demize
Revision: 356408

upgpkg: rust 1:1.27.1-1

Modified:
  rust/trunk/PKGBUILD
  rust/trunk/config.toml

-------------+
 PKGBUILD    |    6 +++---
 config.toml |    3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-10 18:50:37 UTC (rev 356407)
+++ PKGBUILD	2018-07-10 19:01:36 UTC (rev 356408)
@@ -8,7 +8,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.27.0
+pkgver=1.27.1
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -23,9 +23,9 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
         config.toml)
 
-sha256sums=('2cb9803f690349c9fd429564d909ddd4676c68dc48b670b8ddf797c2613e2d21'
+sha256sums=('2133beb01ddc3aa09eebc769dd884533c6cfb08ce684f042497e097068d733d1'
             'SKIP'
-            'c0988fa7cb0dd3686379df9e0c45104895b69519a258f8a4ae56bd6af1670639')
+            'ff4890bd733509b0dbb885d69afd578c41fc583af256dcc81e9239339c60b144')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key at rust-lang.org>
 
 prepare() {

Modified: config.toml
===================================================================
--- config.toml	2018-07-10 18:50:37 UTC (rev 356407)
+++ config.toml	2018-07-10 19:01:36 UTC (rev 356408)
@@ -22,3 +22,6 @@
 channel = "stable"
 
 rpath = false
+
+# Work around https://github.com/rust-lang/rust/issues/51650
+deny-warnings = false



More information about the arch-commits mailing list