diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 523c095911e..bde944787c7 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2020.12.07 +version=2021.01.18 revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" @@ -11,10 +11,14 @@ maintainer="Gabriel Sanches " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz" -checksum=a2c13c5b7894384dfdedeaf7ee49afb2d5e1130f249e38fc012f5925db5ba442 +checksum=009ab946848719bb05bcaddab1cf5a75a45c5a92ae6dc31763adb42c3229f7db export RUST_ANALYZER_REV=${_ver} +do_check() { + : # tests require Rust source code +} + post_install() { vlicense LICENSE-APACHE vlicense LICENSE-MIT