Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / rust-analyzer
Commits: 16317a60 by Daniel M. Capella at 2025-06-09T13:57:33-04:00 upgpkg: 20250609-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = rust-analyzer pkgdesc = Rust compiler front-end for IDEs - pkgver = 20250602 + pkgver = 20250609 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=2025-06-02 - b2sums = 03677611291bc1d6f94616605e0f93aca94914207180daf80748e46c776e8544f3792854ca7123707a1289968f95f093755738086e4a82bbc89f3c5a70f6eba9 + source = git+https://github.com/rust-lang/rust-analyzer.git#tag=2025-06-09 + b2sums = bce8e351ea05401c58da3fc41f55bb03dd205e9c7652c9156c5f57bd0a4d58ec6f447846a72274fcce3737623aad095e4565f1031923f42ea67b3eeb89944902 pkgname = rust-analyzer ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Sergey A. <murlakatame...@disroot.org> pkgname=rust-analyzer -_pkgver=2025-06-02 +_pkgver=2025-06-09 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=('03677611291bc1d6f94616605e0f93aca94914207180daf80748e46c776e8544f3792854ca7123707a1289968f95f093755738086e4a82bbc89f3c5a70f6eba9') +b2sums=('bce8e351ea05401c58da3fc41f55bb03dd205e9c7652c9156c5f57bd0a4d58ec6f447846a72274fcce3737623aad095e4565f1031923f42ea67b3eeb89944902') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/16317a60aa4547d054cd1c18ae6f029a2d5883e0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/16317a60aa4547d054cd1c18ae6f029a2d5883e0 You're receiving this email because of your account on gitlab.archlinux.org.