Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
c3a07fde by Orhun Parmaksız at 2024-08-12T16:50:19+03:00
upgpkg: 20240812-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 = 20240805
+ pkgver = 20240812
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-05
- b2sums =
af4e9621e5d7ee699738e9efcf9afb6a8d487f7ed70d31a3f3f272de66e7dd38cd504999816a021b51012c0bde6436ade40e16b4a5f3a10a831fc55f33904136
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-08-12
+ b2sums =
b4587a7b5df8a9d52f80f48c77ec97fe8b9db8d30ca1fd101a690de66c0349e444bc614425377356a9d8744cc27b7b57260f9930b83a4804206363dd74c62982
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-08-05
+_pkgver=2024-08-12
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=('af4e9621e5d7ee699738e9efcf9afb6a8d487f7ed70d31a3f3f272de66e7dd38cd504999816a021b51012c0bde6436ade40e16b4a5f3a10a831fc55f33904136')
+b2sums=('b4587a7b5df8a9d52f80f48c77ec97fe8b9db8d30ca1fd101a690de66c0349e444bc614425377356a9d8744cc27b7b57260f9930b83a4804206363dd74c62982')
# 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/c3a07fdeb61ab10a868a85b3cdcbafaff08b9e98
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/c3a07fdeb61ab10a868a85b3cdcbafaff08b9e98
You're receiving this email because of your account on gitlab.archlinux.org.