Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
451898e1 by Orhun Parmaksız at 2024-05-20T12:29:24+03:00
upgpkg: 20240520-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 = 20240513
+ pkgver = 20240520
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-13
- b2sums =
5037a8c1decf02e99d7f927b796c71841bfb59fa7176cd380d0981b48e8df9bb3effa41706e96ef5b5114f074dfed1b8422e73d841c086217df582410777929b
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-05-20
+ b2sums =
90efeb4c68f5913f3086e0cfdb96349f5c43556bd42e5d7561eed44662a9f9e3603603a5090c35178befaae23cfa43d8abb3ff8228f96ef6a46c34c7f6e2a10f
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-05-13
+_pkgver=2024-05-20
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=('5037a8c1decf02e99d7f927b796c71841bfb59fa7176cd380d0981b48e8df9bb3effa41706e96ef5b5114f074dfed1b8422e73d841c086217df582410777929b')
+b2sums=('90efeb4c68f5913f3086e0cfdb96349f5c43556bd42e5d7561eed44662a9f9e3603603a5090c35178befaae23cfa43d8abb3ff8228f96ef6a46c34c7f6e2a10f')
# 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/451898e163057b7e02265ce04bd37a8fa92b1325
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/451898e163057b7e02265ce04bd37a8fa92b1325
You're receiving this email because of your account on gitlab.archlinux.org.