mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/rust to 1.25.0-1
This commit is contained in:
parent
0f30255516
commit
0cdabb991b
1 changed files with 5 additions and 2 deletions
|
@ -13,7 +13,7 @@ highmem=1
|
|||
|
||||
pkgname=('rust' 'rust-docs')
|
||||
epoch=1
|
||||
pkgver=1.24.1
|
||||
pkgver=1.25.0
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc='Systems programming language focused on safety, speed and concurrency'
|
||||
|
@ -28,7 +28,7 @@ options=('!emptydirs')
|
|||
source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
|
||||
bootstrap-config.toml)
|
||||
|
||||
sha256sums=('3ea53d45e8d2e9a41afb3340cf54b9745f845b552d802d607707cf04450761ef'
|
||||
sha256sums=('eef63a0aeea5147930a366aee78cbde248bb6e5c6868801bdf34849152965d2d'
|
||||
'SKIP'
|
||||
'8e30fcd8633e1900056ecbcc7267fea23e8e08889460239c614d4dcd796ce4f3')
|
||||
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
|
||||
|
@ -76,6 +76,9 @@ package_rust() {
|
|||
|
||||
# move docs out of the way
|
||||
mv "$pkgdir/usr/share/doc" "$srcdir/"
|
||||
|
||||
install -d "$pkgdir"/usr/share/bash-completion
|
||||
mv "$pkgdir"/etc/bash_completion.d/ "$pkgdir"/usr/share/bash-completion/completions/
|
||||
}
|
||||
|
||||
package_rust-docs() {
|
||||
|
|
Loading…
Reference in a new issue