mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/rust to 1.22.1-1
This commit is contained in:
parent
e416afe67b
commit
6425977218
1 changed files with 4 additions and 4 deletions
|
@ -13,12 +13,12 @@ highmem=1
|
|||
|
||||
pkgname=('rust' 'rust-docs')
|
||||
epoch=1
|
||||
pkgver=1.21.0
|
||||
pkgrel=2
|
||||
pkgver=1.22.1
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc='Systems programming language focused on safety, speed and concurrency'
|
||||
url='https://www.rust-lang.org/'
|
||||
arch=('x86_64' 'i686')
|
||||
arch=('x86_64')
|
||||
license=('MIT' 'Apache')
|
||||
|
||||
makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake')
|
||||
|
@ -28,7 +28,7 @@ options=('!emptydirs')
|
|||
source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
|
||||
bootstrap-config.toml)
|
||||
|
||||
sha256sums=('1707c142244b5bd909993559c6116c81987c1de21d6207c05d3ecbe5bba548fa'
|
||||
sha256sums=('8b7a42bdd6eb205a8c533eb41b5c42389a88158d060aed1e0f461f68c1fd3fd3'
|
||||
'SKIP'
|
||||
'6c25c451d6286efd19e96a552406c8b299345749577cf924699cf4c3831d9ad0')
|
||||
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
|
||||
|
|
Loading…
Reference in a new issue