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