* update rust-analyzer to 20250128-1
This commit is contained in:
parent
aa72824e95
commit
d90a1f4502
@ -1,6 +1,6 @@
|
||||
pkgbase = rust-analyzer
|
||||
pkgdesc = Rust compiler front-end for IDEs
|
||||
pkgver = 20241230
|
||||
pkgver = 20250128
|
||||
pkgrel = 1
|
||||
url = https://rust-analyzer.github.io/
|
||||
arch = x86_64
|
||||
@ -12,7 +12,7 @@ pkgbase = rust-analyzer
|
||||
makedepends = git
|
||||
depends = gcc-libs
|
||||
depends = rust-src
|
||||
source = git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-12-30
|
||||
b2sums = c3c64cfdfcdd8d87e18e5e8b1f94837356cfe583fa69a3110b9b4f14b9c8cfcc4c4f06d31bfe40ba904d15f83771fa9fd0607e184ee8c9737cb9a1219c79956b
|
||||
source = git+https://github.com/rust-lang/rust-analyzer.git#tag=2025-01-28
|
||||
b2sums = a0b93a18b937d8349c6dd92b9d9c715e17b111e46884cf299fef8b5143d56d337f5c1154ceb2bced37865fa702ed3a49cbc4007bba2f16865d3dd19e005be7e0
|
||||
|
||||
pkgname = rust-analyzer
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Contributor: Sergey A. <murlakatamenka@disroot.org>
|
||||
|
||||
pkgname=rust-analyzer
|
||||
_pkgver=2024-12-30
|
||||
_pkgver=2025-01-28
|
||||
pkgver=${_pkgver//-}
|
||||
pkgrel=1
|
||||
pkgdesc='Rust compiler front-end for IDEs'
|
||||
@ -17,7 +17,7 @@ depends=(
|
||||
)
|
||||
makedepends=(git)
|
||||
source=("git+https://github.com/rust-lang/$pkgname.git#tag=$_pkgver")
|
||||
b2sums=('c3c64cfdfcdd8d87e18e5e8b1f94837356cfe583fa69a3110b9b4f14b9c8cfcc4c4f06d31bfe40ba904d15f83771fa9fd0607e184ee8c9737cb9a1219c79956b')
|
||||
b2sums=('a0b93a18b937d8349c6dd92b9d9c715e17b111e46884cf299fef8b5143d56d337f5c1154ceb2bced37865fa702ed3a49cbc4007bba2f16865d3dd19e005be7e0')
|
||||
|
||||
# Use LTO
|
||||
export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user