From 2952efee237b8dcc206a412d040b1ffd64c72770 Mon Sep 17 00:00:00 2001 From: Artur Sinila Date: Tue, 6 Jul 2021 02:42:54 +0300 Subject: [PATCH] rust-analyzer: update to 2021.07.05. --- srcpkgs/rust-analyzer/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index e1c24bfe6959..de130317e808 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2021.03.08 +version=2021.07.05 revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" @@ -11,14 +11,12 @@ 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=75d810a4b3fd08d8d0948186f077b754ab9a2a02af3d3c6947e0baa58576e43d +checksum=0d854f2f6b3f1dbebfb1c9f121dc8914aca847aad055589c0d87a38229a66679 +# tests require Rust source code +make_check=no export RUST_ANALYZER_REV=${_ver} -do_check() { - : # tests require Rust source code -} - post_install() { vlicense LICENSE-APACHE vlicense LICENSE-MIT