Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
6fe93dd1 by Daniel M. Capella at 2024-07-22T03:03:37-04:00
upgpkg: 20240722-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20240715
+ pkgver = 20240722
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-07-15
- b2sums =
18cbd8149145fba2c83f31cb80f215929b8973912571f335323de1d8896ec3f046e749ce7d67686e57c257fa577db1df44471aae20e490b52cbf86b581e8b5dc
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-07-22
+ b2sums =
563c24688449537681b30c2a1454cc12542072a9561c760501e0f8b6584a29025dac699977cf4f3e83dd365c02242e6e6d679ecfe5cf4e4cae9fc5bd0eb9731e
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-07-15
+_pkgver=2024-07-22
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=('18cbd8149145fba2c83f31cb80f215929b8973912571f335323de1d8896ec3f046e749ce7d67686e57c257fa577db1df44471aae20e490b52cbf86b581e8b5dc')
+b2sums=('563c24688449537681b30c2a1454cc12542072a9561c760501e0f8b6584a29025dac699977cf4f3e83dd365c02242e6e6d679ecfe5cf4e4cae9fc5bd0eb9731e')
# 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/6fe93dd1dbd27c37f7047ccfb858b4c351fed14e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/6fe93dd1dbd27c37f7047ccfb858b4c351fed14e
You're receiving this email because of your account on gitlab.archlinux.org.