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