Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/rust-analyzer/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'rust-analyzer'
pkgname=rust-analyzer
version=2022.10.24
version=2023.03.27
revision=1
_ver=${version//./-}
build_style=cargo
make_install_args="--path=crates/${pkgname}"
make_install_args="--path=crates/rust-analyzer"
short_desc="Rust compiler front-end for IDEs"
maintainer="Gabriel Sanches <gabriel@gsr.dev>"
license="Apache-2.0, MIT"
homepage="https://rust-analyzer.github.io/"
distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz"
checksum=a839dfdc399246249300686e457c2afe3ce51f421dcfcf009e7c6ab4084cebe6
distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz"
checksum=83bab71cc17bde8c286f580d9b9eee091227b77c2d5e73c3a04c8fdc15f2da30
# tests require Rust source code
make_check=no

Expand Down