Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Eric Long <[email protected]>

pkgname=rust-analyzer
pkgver=2025.08.25
pkgver=2025.11.24
_pkgver=${pkgver//./-}
pkgrel=1
pkgdesc='Rust compiler front-end for IDEs'
Expand All @@ -10,7 +10,7 @@ url='https://rust-analyzer.github.io'
license=('MIT OR Apache-2.0')
depends=(musl llvm-libs rust-src)
source=("$pkgname-$_pkgver.tar.gz::https://github.com/rust-lang/rust-analyzer/archive/refs/tags/$_pkgver.tar.gz")
sha256sums=('b48823d37f20fd9954c7105a1c0ce30c1a659319c65afa33555c59da5cee46d8')
sha256sums=('c2f6ad8d921983e5865e909f5e1bf19c1772ed671f8a62ea0332e1f1cf106b3e')

prepare() {
cd $pkgname-$_pkgver
Expand Down