Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / rust-analyzer
Commits: 638b4bcc by Daniel M. Capella at 2023-10-09T05:58:23-04:00 upgpkg: 20231009-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = rust-analyzer + pkgdesc = Rust compiler front-end for IDEs + pkgver = 20231009 + pkgrel = 1 + url = https://rust-analyzer.github.io/ + arch = x86_64 + license = Apache + license = MIT + makedepends = git + depends = gcc-libs + depends = rust-src + source = git+https://github.com/rust-lang/rust-analyzer.git#tag=2023-10-09 + b2sums = SKIP + +pkgname = rust-analyzer ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Sergey A. <[email protected]> pkgname=rust-analyzer -_pkgver=2023-10-02 +_pkgver=2023-10-09 pkgver=${_pkgver//-} pkgrel=1 pkgdesc='Rust compiler front-end for IDEs' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/638b4bccb68cf2599882b5ce1b3c129c498a4548 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/638b4bccb68cf2599882b5ce1b3c129c498a4548 You're receiving this email because of your account on gitlab.archlinux.org.
