Date: Sunday, October 10, 2021 @ 20:52:47 Author: polyzen Revision: 1029301
upgpkg: rust-analyzer 20211004-2: Set custom rev Resolves https://github.com/rust-analyzer/rust-analyzer/issues/10120 Modified: rust-analyzer/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-10 19:29:03 UTC (rev 1029300) +++ PKGBUILD 2021-10-10 20:52:47 UTC (rev 1029301) @@ -4,7 +4,7 @@ pkgname=rust-analyzer _pkgver=2021-10-04 pkgver=${_pkgver//-} -pkgrel=1 +pkgrel=2 pkgdesc='Rust compiler front-end for IDEs' arch=('x86_64') url=https://rust-analyzer.github.io/ @@ -21,7 +21,7 @@ build() { cd $pkgname - cargo build --release --locked --offline + RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline } package() {
