Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
baf7c4c6 by Orhun Parmaksız at 2024-06-03T11:47:11+03:00
upgpkg: 20240603-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20240527
+ pkgver = 20240603
pkgrel = 1
url = https://rust-analyzer.github.io/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rust-analyzer
makedepends = git
depends = gcc-libs
depends = rust-src
- source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-05-27
- b2sums =
6eb2f3873bb5199b6d679fd37d550dfab70fb72873780b42b7b186c3a8958e14a684c73fa8c66de5b4545ac101a405e816bfa19c9af0dc331953b5e1f0c04091
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-06-03
+ b2sums =
9d2c796b3f5f97c6fe6ab08b96c99d5d65fff05109e9896fcbea47921302fc375472bea21291ad84cd843b0bf49ef872a59960118c366023512414b063588fac
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-05-27
+_pkgver=2024-06-03
pkgver=${_pkgver//-}
pkgrel=1
pkgdesc='Rust compiler front-end for IDEs'
@@ -13,7 +13,7 @@ license=('Apache-2.0' 'MIT')
depends=('gcc-libs' 'rust-src')
makedepends=('git')
source=("git+https://github.com/rust-lang/$pkgname.git#tag=$_pkgver")
-b2sums=('6eb2f3873bb5199b6d679fd37d550dfab70fb72873780b42b7b186c3a8958e14a684c73fa8c66de5b4545ac101a405e816bfa19c9af0dc331953b5e1f0c04091')
+b2sums=('9d2c796b3f5f97c6fe6ab08b96c99d5d65fff05109e9896fcbea47921302fc375472bea21291ad84cd843b0bf49ef872a59960118c366023512414b063588fac')
# 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/baf7c4c6ddb8f7280922d42f4624f8b97204816c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/baf7c4c6ddb8f7280922d42f4624f8b97204816c
You're receiving this email because of your account on gitlab.archlinux.org.