From 6cbcfc1c3fd9cf978191fd963adeba182c4e79bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 3 Mar 2021 11:52:00 -0300 Subject: [PATCH] rust-analyzer: bump to force build on musl. --- srcpkgs/rust-analyzer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 7b767f95f3..50b594d7b8 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,7 +1,7 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer version=2021.03.01 -revision=1 +revision=2 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" build_style=cargo