Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
a1920942 by Daniel M. Capella at 2025-07-28T11:10:47-04:00
upgpkg: 20250728-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20250721
+ pkgver = 20250728
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-07-21
- b2sums =
b7dd777e643b9bddf00cd25ab7b05f091d1c490051b8bbaf04f5bae6324ea5c46a570bb22168550dea3680536fec28953fe0292fc71fc70bc61188527eb60009
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2025-07-28
+ b2sums =
d0edf47013abf9660885e594af6584b06eb2ee424faf2874b68241a810e83db3cef6a5c32970fd30f36f5156f60bc890d1187752043b46152b25a5ad97b67d07
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2025-07-21
+_pkgver=2025-07-28
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=('b7dd777e643b9bddf00cd25ab7b05f091d1c490051b8bbaf04f5bae6324ea5c46a570bb22168550dea3680536fec28953fe0292fc71fc70bc61188527eb60009')
+b2sums=('d0edf47013abf9660885e594af6584b06eb2ee424faf2874b68241a810e83db3cef6a5c32970fd30f36f5156f60bc890d1187752043b46152b25a5ad97b67d07')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/a1920942a3312faec6cc70ddb41d5f09393961bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/a1920942a3312faec6cc70ddb41d5f09393961bc
You're receiving this email because of your account on gitlab.archlinux.org.