Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
c9d1e3b2 by Daniel M. Capella at 2026-03-02T14:52:21-05:00
upgpkg: 20260302-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20260223
+ pkgver = 20260302
pkgrel = 1
url = https://rust-analyzer.github.io/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = rust-analyzer
makedepends = git
depends = gcc-libs
depends = rust-src
- source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2026-02-23
- b2sums =
521daf795095fb75f17c6c9c20026bef964a3c06af92734041289690d9a1379e2748ad81bb388d115ee2d910ca5ae0a342e4c1125e212b2bb134ac910f9315c5
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2026-03-02
+ b2sums =
3c4213c1b7b2e3e56f5f2cb0d5d57eeac620db535aa9da0b99fff0808cdafa8997309fa03354b88e69968f2b78162e1b3fab63aec3baedcd239b0c7964807739
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2026-02-23
+_pkgver=2026-03-02
pkgver=${_pkgver//-/}
pkgrel=1
pkgdesc='Rust compiler front-end for IDEs'
@@ -16,7 +16,7 @@ depends=(
)
makedepends=(git)
source=("git+https://github.com/rust-lang/$pkgname.git#tag=$_pkgver")
-b2sums=('521daf795095fb75f17c6c9c20026bef964a3c06af92734041289690d9a1379e2748ad81bb388d115ee2d910ca5ae0a342e4c1125e212b2bb134ac910f9315c5')
+b2sums=('3c4213c1b7b2e3e56f5f2cb0d5d57eeac620db535aa9da0b99fff0808cdafa8997309fa03354b88e69968f2b78162e1b3fab63aec3baedcd239b0c7964807739')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/c9d1e3b295a8be33925207fda6661ec99a93dbc4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/c9d1e3b295a8be33925207fda6661ec99a93dbc4
You're receiving this email because of your account on gitlab.archlinux.org.