Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
93492eeb by Daniel M. Capella at 2025-01-07T01:16:13-05:00
upgpkg: 20250106-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20241230
+ pkgver = 20250106
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=2024-12-30
- b2sums =
c3c64cfdfcdd8d87e18e5e8b1f94837356cfe583fa69a3110b9b4f14b9c8cfcc4c4f06d31bfe40ba904d15f83771fa9fd0607e184ee8c9737cb9a1219c79956b
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2025-01-06
+ b2sums =
e5a666bc2bdd419f80aeb3bfc0d886a7cb07869e332e6a20305e35e6afd82537a062f7984513c3d0a933e889b4b192ec85dab81c16f4d0a1ecb045e1a0d3a892
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-12-30
+_pkgver=2025-01-06
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=('c3c64cfdfcdd8d87e18e5e8b1f94837356cfe583fa69a3110b9b4f14b9c8cfcc4c4f06d31bfe40ba904d15f83771fa9fd0607e184ee8c9737cb9a1219c79956b')
+b2sums=('e5a666bc2bdd419f80aeb3bfc0d886a7cb07869e332e6a20305e35e6afd82537a062f7984513c3d0a933e889b4b192ec85dab81c16f4d0a1ecb045e1a0d3a892')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/93492eeb79f237e002388aedde23386afc909cc2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/93492eeb79f237e002388aedde23386afc909cc2
You're receiving this email because of your account on gitlab.archlinux.org.