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