Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
3a652404 by Daniel M. Capella at 2024-11-26T18:57:34-05:00
upgpkg: 20241125-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20241111
+ pkgver = 20241125
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-11-11
- b2sums =
1109c2ee99003432b72654c7c873633492b5decc5af6e8a2c69cd59cd05ae48eac541d0b8d14e2e647e1bc71459cf872b274310507f1135c7d011ffcfdf95a51
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-11-25
+ b2sums =
479a60928a7b33a74cd3189631db55839e952b3023de05caf9e9a51f464ababfd85c6d0119e93748517d44ac842b2d129f198f1056f38176bc99512c5d9e2e96
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-11-11
+_pkgver=2024-11-25
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=('1109c2ee99003432b72654c7c873633492b5decc5af6e8a2c69cd59cd05ae48eac541d0b8d14e2e647e1bc71459cf872b274310507f1135c7d011ffcfdf95a51')
+b2sums=('479a60928a7b33a74cd3189631db55839e952b3023de05caf9e9a51f464ababfd85c6d0119e93748517d44ac842b2d129f198f1056f38176bc99512c5d9e2e96')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/3a6524049d11bc9c94e2758a236de2d4c4b7e2d9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/3a6524049d11bc9c94e2758a236de2d4c4b7e2d9
You're receiving this email because of your account on gitlab.archlinux.org.