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