Skip to content
Snippets Groups Projects
Commit b3a9d385 authored by alice's avatar alice Committed by alice
Browse files

community/rust-analyzer: upgrade to 2022.08.29

parent 9f68a08d
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38430community/rust-analyzer: upgrade to 2022.08.29
Pipeline #134603 passed
# Contributor: S.M Mukarram Nainar <theone@sm2n.ca> # Contributor: S.M Mukarram Nainar <theone@sm2n.ca>
# Maintainer: S.M Mukarram Nainar <theone@sm2n.ca> # Maintainer: S.M Mukarram Nainar <theone@sm2n.ca>
pkgname=rust-analyzer pkgname=rust-analyzer
pkgver=2022.08.01 pkgver=2022.08.29
_pkgver=${pkgver//./-} _pkgver=${pkgver//./-}
pkgrel=0 pkgrel=0
pkgdesc="A Rust compiler front-end for IDEs" pkgdesc="A Rust compiler front-end for IDEs"
...@@ -16,6 +16,8 @@ checkdepends="rustfmt" ...@@ -16,6 +16,8 @@ checkdepends="rustfmt"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://github.com/rust-lang/rust-analyzer/archive/$_pkgver/rust-analyzer-$pkgver.tar.gz" source="https://github.com/rust-lang/rust-analyzer/archive/$_pkgver/rust-analyzer-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$_pkgver" builddir="$srcdir/$pkgname-$_pkgver"
# requires rustup toolchain to run rustup rustfmt for sourcegen
options="net !check"
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
export CARGO_PROFILE_RELEASE_LTO="true" export CARGO_PROFILE_RELEASE_LTO="true"
...@@ -40,5 +42,5 @@ package() { ...@@ -40,5 +42,5 @@ package() {
} }
sha512sums=" sha512sums="
769627c6a01fc4c2ada2a1015e7fd94e4b5222abe2ba3e7cde14154078634b8692f8ee56366f49902bb7178b1cfe61ee2f3e5be6933d16b224e05d7110b2c15f rust-analyzer-2022.08.01.tar.gz 33bcfcbb0a6090f1c6f38f210db78de17d5fa6bdedf765dec04bb915d200e561ea8476f91b75162664e7d4243a5c83666cf18c1800e986ecff2ef6a06eb72786 rust-analyzer-2022.08.29.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment