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