Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
0dc99d71 by Daniel M. Capella at 2024-10-21T14:54:21-04:00
upgpkg: 20241021-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20241014
+ pkgver = 20241021
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-10-14
- b2sums =
84acff16db5e8ef62ec00267a7017ec0b19e231be19cfc78e6c89cba5d907840aff25d7f6858a73705f21f2e3d864916a07ad6a901b6ca794d403b073942d186
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-10-21
+ b2sums =
36f1b413d5f9bafbbc93f3de547a6f7d17e63c660f825aaa102723ed880a54431998b5185edda996925f6d5b61586b45d81dc08be99a4b1937e37d8a91bc406b
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-10-14
+_pkgver=2024-10-21
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=('84acff16db5e8ef62ec00267a7017ec0b19e231be19cfc78e6c89cba5d907840aff25d7f6858a73705f21f2e3d864916a07ad6a901b6ca794d403b073942d186')
+b2sums=('36f1b413d5f9bafbbc93f3de547a6f7d17e63c660f825aaa102723ed880a54431998b5185edda996925f6d5b61586b45d81dc08be99a4b1937e37d8a91bc406b')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/0dc99d7165de83adfaba158f827a009b96959564
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/0dc99d7165de83adfaba158f827a009b96959564
You're receiving this email because of your account on gitlab.archlinux.org.