[arch-commits] Commit in rust-analyzer/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Tue Mar 15 00:21:42 UTC 2022


    Date: Tuesday, March 15, 2022 @ 00:21:42
  Author: polyzen
Revision: 1153985

upgpkg: rust-analyzer 20220314-1

Modified:
  rust-analyzer/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-15 00:03:49 UTC (rev 1153984)
+++ PKGBUILD	2022-03-15 00:21:42 UTC (rev 1153985)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. <murlakatamenka at disroot.org>
 
 pkgname=rust-analyzer
-_pkgver=2022-03-07
+_pkgver=2022-03-14
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Rust compiler front-end for IDEs'
@@ -11,7 +11,7 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs' 'rust-src')
 makedepends=('git')
-source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver")
+source=("git+https://github.com/$pkgname/$pkgname.git#tag=$_pkgver")
 b2sums=('SKIP')
 
 prepare() {
@@ -26,7 +26,7 @@
 
 package() {
   cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
 }
 



More information about the arch-commits mailing list