mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/rust to 1.27.1-1
This commit is contained in:
parent
85829ed0d3
commit
6a0b0c9354
2 changed files with 6 additions and 3 deletions
|
@ -15,7 +15,7 @@ highmem=1
|
|||
|
||||
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'
|
||||
|
@ -30,9 +30,9 @@ options=('!emptydirs')
|
|||
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@rust-lang.org>
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -22,3 +22,6 @@ debuginfo-lines = true
|
|||
channel = "stable"
|
||||
|
||||
rpath = false
|
||||
|
||||
# Work around https://github.com/rust-lang/rust/issues/51650
|
||||
deny-warnings = false
|
||||
|
|
Loading…
Reference in a new issue