Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
7c2f119b by Daniel M. Capella at 2026-02-27T09:00:51-05:00
upgpkg: 20260223-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20260202
+ pkgver = 20260223
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-02
- b2sums =
0e7f2096c6d5c0e255249d1acba1ab2be3709d2ca10a4b07af72c37ba64142ecd0802b255e67c29e28d7d11b7a22c6b5690ca54d9a5ab02f9640fb9158dce2f6
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2026-02-23
+ b2sums =
521daf795095fb75f17c6c9c20026bef964a3c06af92734041289690d9a1379e2748ad81bb388d115ee2d910ca5ae0a342e4c1125e212b2bb134ac910f9315c5
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2026-02-02
+_pkgver=2026-02-23
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=('0e7f2096c6d5c0e255249d1acba1ab2be3709d2ca10a4b07af72c37ba64142ecd0802b255e67c29e28d7d11b7a22c6b5690ca54d9a5ab02f9640fb9158dce2f6')
+b2sums=('521daf795095fb75f17c6c9c20026bef964a3c06af92734041289690d9a1379e2748ad81bb388d115ee2d910ca5ae0a342e4c1125e212b2bb134ac910f9315c5')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/7c2f119b84f0bbe3fe4a020716b9cfb0039226c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/7c2f119b84f0bbe3fe4a020716b9cfb0039226c8
You're receiving this email because of your account on gitlab.archlinux.org.