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

Daniel M. Capella polyzen at gemini.archlinux.org
Tue Nov 9 02:20:29 UTC 2021


    Date: Tuesday, November 9, 2021 @ 02:20:29
  Author: polyzen
Revision: 1039104

upgpkg: rust-analyzer 20211108-2: Use new rust-src split package

https://github.com/archlinux/svntogit-packages/commit/13ffb019c883f189926c86f8f973a5f7c868203e#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 01:51:40 UTC (rev 1039103)
+++ PKGBUILD	2021-11-09 02:20:29 UTC (rev 1039104)
@@ -4,12 +4,12 @@
 pkgname=rust-analyzer
 _pkgver=2021-11-08
 pkgver=${_pkgver//-}
-pkgrel=1
+pkgrel=2
 pkgdesc='Rust compiler front-end for IDEs'
 arch=('x86_64')
 url=https://rust-analyzer.github.io/
 license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
+depends=('gcc-libs' 'rust-src')
 makedepends=('git')
 source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver")
 b2sums=('SKIP')



More information about the arch-commits mailing list