Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / rust-analyzer
Commits: 0b85f7d0 by Daniel M. Capella at 2025-03-10T03:43:37-04:00 upgpkg: 20250310-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = rust-analyzer pkgdesc = Rust compiler front-end for IDEs - pkgver = 20250304 + pkgver = 20250310 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-03-04 - b2sums = 7050e893f2b7eb06dc895a7f067798e5b3c773ea4354d4e43484b385b521ba16646b12ef0c77bb3f60dcdc6c0647b15b1d9120b003288e0a128f5c93fbaee201 + source = git+https://github.com/rust-lang/rust-analyzer.git#tag=2025-03-10 + b2sums = 3d4c86bc2b20028637c47c2402b47f96ab400b3efeccbfef541620c694c96a18afd7a48afdc818806319a52135b7573f77e41e8f2df6e7c097b330bc7417959d pkgname = rust-analyzer ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Sergey A. <murlakatame...@disroot.org> pkgname=rust-analyzer -_pkgver=2025-03-04 +_pkgver=2025-03-10 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=('7050e893f2b7eb06dc895a7f067798e5b3c773ea4354d4e43484b385b521ba16646b12ef0c77bb3f60dcdc6c0647b15b1d9120b003288e0a128f5c93fbaee201') +b2sums=('3d4c86bc2b20028637c47c2402b47f96ab400b3efeccbfef541620c694c96a18afd7a48afdc818806319a52135b7573f77e41e8f2df6e7c097b330bc7417959d') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/0b85f7d0d8f29b19b19e6814acfb7049dd1bec65 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/0b85f7d0d8f29b19b19e6814acfb7049dd1bec65 You're receiving this email because of your account on gitlab.archlinux.org.