mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/rust to 1.37.0-1
This commit is contained in:
parent
f2cd03d6b0
commit
135a1ef147
2 changed files with 4 additions and 5 deletions
|
@ -15,7 +15,7 @@ highmem=1
|
|||
|
||||
pkgname=('rust' 'rust-docs')
|
||||
epoch=1
|
||||
pkgver=1.36.0
|
||||
pkgver=1.37.0
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc='Systems programming language focused on safety, speed and concurrency'
|
||||
|
@ -31,9 +31,9 @@ options=('!emptydirs')
|
|||
source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
|
||||
config.toml)
|
||||
|
||||
sha256sums=('04c4e4d7213d036d6aaed392841496d272146312c0290f728b7400fccd15bb1b'
|
||||
sha256sums=('120e7020d065499cc6b28759ff04153bfdc2ac9b5adeb252331a4eb87cbe38c3'
|
||||
'SKIP'
|
||||
'40025cab816c304a0c664f6ce8fa42c7eeda03fa6b7a4916b5cc22a83467a9fd')
|
||||
'3e344b44d60777721cf363a4404e5cb2896f8dc358dfde9fa5c14db4f67b7f0b')
|
||||
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -16,8 +16,7 @@ prefix = "/usr"
|
|||
# https://github.com/rust-lang/rust/issues/47745
|
||||
codegen-units = 1
|
||||
|
||||
debuginfo = true
|
||||
debuginfo-lines = true
|
||||
debuginfo-level = 2
|
||||
|
||||
channel = "stable"
|
||||
|
||||
|
|
Loading…
Reference in a new issue