community/rust to 1.24.1-1

This commit is contained in:
Kevin Mihelich 2018-03-05 19:01:40 +00:00
parent 00fac15920
commit e26318b442

View file

@ -13,7 +13,7 @@ highmem=1
pkgname=('rust' 'rust-docs')
epoch=1
pkgver=1.24.0
pkgver=1.24.1
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=('bb8276f6044e877e447f29f566e4bbf820fa51fea2f912d59b73233ffd95639f'
sha256sums=('3ea53d45e8d2e9a41afb3340cf54b9745f845b552d802d607707cf04450761ef'
'SKIP'
'8e30fcd8633e1900056ecbcc7267fea23e8e08889460239c614d4dcd796ce4f3')
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
@ -76,9 +76,6 @@ package_rust() {
# move docs out of the way
mv "$pkgdir/usr/share/doc" "$srcdir/"
# The version distributed with rust is old and buggy, and ends up breaking other builds.
rm "$pkgdir"/usr/bin/rustfmt
}
package_rust-docs() {