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