Date: Friday, April 28, 2023 @ 00:11:39 Author: polyzen Revision: 1449028
upgpkg: rust-analyzer 20230424-3: Remove proc macro server https://bugs.archlinux.org/task/78314 Modified: rust-analyzer/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-27 23:29:06 UTC (rev 1449027) +++ PKGBUILD 2023-04-28 00:11:39 UTC (rev 1449028) @@ -4,7 +4,7 @@ pkgname=rust-analyzer _pkgver=2023-04-24 pkgver=${_pkgver//-} -pkgrel=2 +pkgrel=3 pkgdesc='Rust compiler front-end for IDEs' arch=('x86_64') url=https://rust-analyzer.github.io/ @@ -33,6 +33,5 @@ package() { cd $pkgname install -Dt "$pkgdir"/usr/bin target/release/$pkgname - install -Dt "$pkgdir"/usr/lib target/release/$pkgname-proc-macro-srv install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT }
