Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
35a70389 by Daniel M. Capella at 2025-02-03T09:59:23-05:00
upgpkg: 20250203-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20250128
+ pkgver = 20250203
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-01-28
- b2sums =
a0b93a18b937d8349c6dd92b9d9c715e17b111e46884cf299fef8b5143d56d337f5c1154ceb2bced37865fa702ed3a49cbc4007bba2f16865d3dd19e005be7e0
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2025-02-03
+ b2sums =
1f91225d2dfc9c129b30a2797ea51b0688365f653c2e52b6402d51793f551af44606166e11253c20ae7eeee07fec77e3312b6cb83ef60ae68c85529480fb13da
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2025-01-28
+_pkgver=2025-02-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=('a0b93a18b937d8349c6dd92b9d9c715e17b111e46884cf299fef8b5143d56d337f5c1154ceb2bced37865fa702ed3a49cbc4007bba2f16865d3dd19e005be7e0')
+b2sums=('1f91225d2dfc9c129b30a2797ea51b0688365f653c2e52b6402d51793f551af44606166e11253c20ae7eeee07fec77e3312b6cb83ef60ae68c85529480fb13da')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/35a7038960f50ae13c8debd86ecd0a7f98146ee6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/35a7038960f50ae13c8debd86ecd0a7f98146ee6
You're receiving this email because of your account on gitlab.archlinux.org.