Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
43acee47 by Daniel M. Capella at 2025-10-27T14:11:44-04:00
upgpkg: 20251027-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20250825
+ pkgver = 20251027
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=2025-08-25
- b2sums =
377589ad5a3e97ff6d0cb5ef28bdb50f700292b53e23880fea03201747b69ee1bbc417c3f31f58fbbddfcfd82cace75a0a8eff3181f01301c61119718e4740c2
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2025-10-27
+ b2sums =
78712c1a341e12feab8d2fcb5c9a2edf69a99f59687b7b6e1b79bff3b01942ccfc6d374565f25145f8c58916deaea0849af444fd418aae3e8e116ac7a88bc15a
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2025-08-25
+_pkgver=2025-10-27
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=('377589ad5a3e97ff6d0cb5ef28bdb50f700292b53e23880fea03201747b69ee1bbc417c3f31f58fbbddfcfd82cace75a0a8eff3181f01301c61119718e4740c2')
+b2sums=('78712c1a341e12feab8d2fcb5c9a2edf69a99f59687b7b6e1b79bff3b01942ccfc6d374565f25145f8c58916deaea0849af444fd418aae3e8e116ac7a88bc15a')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/43acee47fd54eb83d3a08e8925194fa2e9be13c7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/43acee47fd54eb83d3a08e8925194fa2e9be13c7
You're receiving this email because of your account on gitlab.archlinux.org.