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

Daniel M. Capella polyzen at archlinux.org
Wed Jan 27 19:18:01 UTC 2021


    Date: Wednesday, January 27, 2021 @ 19:18:01
  Author: polyzen
Revision: 832304

Use homepage for url field

Thanks to Ariel Bachar for bringing this up.

Modified:
  rust-analyzer/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-27 19:12:27 UTC (rev 832303)
+++ PKGBUILD	2021-01-27 19:18:01 UTC (rev 832304)
@@ -7,11 +7,11 @@
 pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'
 arch=('x86_64')
-url=https://github.com/rust-analyzer/rust-analyzer
+url=https://rust-analyzer.github.io/
 license=('Apache' 'MIT')
 depends=('gcc-libs' 'rust')
 makedepends=('git')
-source=("git+$url.git#tag=$_pkgver")
+source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver")
 b2sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list