Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
048e6cf0 by Daniel M. Capella at 2024-09-04T16:44:17-04:00
upgpkg: 20240902-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20240827
+ pkgver = 20240902
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-08-27
- b2sums =
5df5daf0cbafe868217f0aa4d125aebce9d6fbccf0884a4a2d30c0ba95992cf47243d74f7f26fcecf96c05560d991562770249716acfcc10c67106320fbc1a2a
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-09-02
+ b2sums =
b3ba7f5071485b4b4aa40bb5183709f9edad04f30a9d4ec2fc0747b738c8618903cc27ddf5a66e89c8630fabd28e7e380de13352e3539b0c436d11ecabb40d6e
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-08-27
+_pkgver=2024-09-02
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=('5df5daf0cbafe868217f0aa4d125aebce9d6fbccf0884a4a2d30c0ba95992cf47243d74f7f26fcecf96c05560d991562770249716acfcc10c67106320fbc1a2a')
+b2sums=('b3ba7f5071485b4b4aa40bb5183709f9edad04f30a9d4ec2fc0747b738c8618903cc27ddf5a66e89c8630fabd28e7e380de13352e3539b0c436d11ecabb40d6e')
# Use LTO
export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/048e6cf079014642ad2e6958ef40bb81eb321cef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/048e6cf079014642ad2e6958ef40bb81eb321cef
You're receiving this email because of your account on gitlab.archlinux.org.