Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rust-analyzer
Commits:
3a6f46a8 by Daniel M. Capella at 2024-11-04T17:21:18-05:00
upgpkg: 20241104-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
- pkgver = 20241028
+ pkgver = 20241104
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-10-28
- b2sums =
c709a3c736756ac6eb811230081d297e20edce0ded079fead19e723eae053e8d2e0affb1b7d1811c2b27dcc0da0e77ee56e18d3d47ef9b87d1712910abc09e7a
+ source =
git+https://github.com/rust-lang/rust-analyzer.git#tag=2024-11-04
+ b2sums =
f1c987bc1327a950333d4290298078489f0da6bbb5192bff4cce396571f47ac8a059ec74895af0b5f12acaecd1cd56e6c64c00eebdae20fd9430ad0942a494ce
pkgname = rust-analyzer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sergey A. <[email protected]>
pkgname=rust-analyzer
-_pkgver=2024-10-28
+_pkgver=2024-11-04
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=('c709a3c736756ac6eb811230081d297e20edce0ded079fead19e723eae053e8d2e0affb1b7d1811c2b27dcc0da0e77ee56e18d3d47ef9b87d1712910abc09e7a')
+b2sums=('f1c987bc1327a950333d4290298078489f0da6bbb5192bff4cce396571f47ac8a059ec74895af0b5f12acaecd1cd56e6c64c00eebdae20fd9430ad0942a494ce')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/3a6f46a83c31cfe28a797e193681c71a31504411
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/3a6f46a83c31cfe28a797e193681c71a31504411
You're receiving this email because of your account on gitlab.archlinux.org.