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