Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
788d4fcd by Daniel M. Capella at 2025-11-03T17:22:39-05:00
upgpkg: 20251103-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20251028
+ pkgver = 20251103
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-10-28
- b2sums =
7556b390e408af2c6aa5a96545fa93630aa1a7af3f7fa30efa4bcfd61cb6adb4be4a55394ed2543e319c5854fb5bde87b1483cedb36d1379bfaae4e22b37df69
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2025-11-03
+ b2sums =
756e8a2314a5d788a7b73ab403fa074839007c20659375dc7ed8f70124e2d99d4e86b2193c0929f10ee55ed8820e575b1dd88502a544037798d3c7ad513a0282
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2025-10-28
+_pkgver=2025-11-03
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=('7556b390e408af2c6aa5a96545fa93630aa1a7af3f7fa30efa4bcfd61cb6adb4be4a55394ed2543e319c5854fb5bde87b1483cedb36d1379bfaae4e22b37df69')
+b2sums=('756e8a2314a5d788a7b73ab403fa074839007c20659375dc7ed8f70124e2d99d4e86b2193c0929f10ee55ed8820e575b1dd88502a544037798d3c7ad513a0282')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/788d4fcd94d8b7240d8ee293fdb5470c44aabaee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/788d4fcd94d8b7240d8ee293fdb5470c44aabaee
You're receiving this email because of your account on gitlab.archlinux.org.