[arch-commits] Commit in rust-analyzer/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Mon Oct 26 20:27:42 UTC 2020


    Date: Monday, October 26, 2020 @ 20:27:42
  Author: polyzen
Revision: 734056

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
    (from rev 734055, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 20:27:31 UTC (rev 734055)
+++ PKGBUILD	2020-10-26 20:27:42 UTC (rev 734056)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Sergey A. <murlakatamenka at disroot.org>
-
-pkgname=rust-analyzer
-_pkgver=2020-10-19
-pkgver=20201019
-pkgrel=1
-pkgdesc='Experimental Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://github.com/rust-analyzer/rust-analyzer
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-b2sums=('8fc63d36413f7f45e3d63ea80a1328b44193ad4472eb4d38c7aae79e51e5cb890b27e2cfbb89f6adb9917fb850166d014edb80cc687a387c87b14f246a87c38c')
-
-pkgver() {
-  echo ${_pkgver//-}
-}
-
-build() {
-  cd $pkgname-$_pkgver
-  cargo build --release --locked
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 734055, rust-analyzer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-26 20:27:42 UTC (rev 734056)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Sergey A. <murlakatamenka at disroot.org>
+
+pkgname=rust-analyzer
+_pkgver=2020-10-26
+pkgver=20201026
+pkgrel=1
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://github.com/rust-analyzer/rust-analyzer
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
+b2sums=('590547d40e5480ec3e00b2753e734208561b202de9b485363ff6fc706465a760d88ed9aad2cac0d0ad28a1fc8a1eb14820d6436593b801b1fc21c28fb4cc37b5')
+
+pkgver() {
+  echo ${_pkgver//-}
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}



More information about the arch-commits mailing list