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

Daniel M. Capella polyzen at archlinux.org
Mon May 11 20:00:22 UTC 2020


    Date: Monday, May 11, 2020 @ 20:00:21
  Author: polyzen
Revision: 626425

upgpkg: rust-analyzer 20200511-1

Modified:
  rust-analyzer/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 19:52:43 UTC (rev 626424)
+++ PKGBUILD	2020-05-11 20:00:21 UTC (rev 626425)
@@ -2,9 +2,9 @@
 # Contributor: Sergey A. <murlakatamenka at disroot.org>
 
 pkgname=rust-analyzer
-pkgver=20200504
-_pkgver=2020-05-04
-pkgrel=2
+pkgver=20200511
+_pkgver=2020-05-11
+pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'
 arch=('x86_64')
 url=https://github.com/rust-analyzer/rust-analyzer
@@ -11,7 +11,7 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs' 'rust')
 source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('5e6a3d73560d7a856937620af79052378d60dff55beec4950ed3511fab07f9e56e13cf62cea77842c19c718df570d8e31744055058776d1230ee722c7ec66d2d')
+sha512sums=('67247bd531f4accfb15d65398b226f054bb5e435ce1a7aff54525cfd4322dc74dabc13a8c2246be372424f76ad5f61997872db864f87152330ad0ccc43dba746')
 
 pkgver() {
   echo ${_pkgver//-}
@@ -22,7 +22,7 @@
   cargo build --release --locked
 }
 
-# https://github.com/rust-analyzer/rust-analyzer/pull/4219#issuecomment-624319218
+# https://github.com/rust-analyzer/rust-analyzer/issues/4218#issuecomment-625612149
 # check() {
 #   cd $pkgname-$_pkgver
 #   cargo test --release --locked



More information about the arch-commits mailing list