[arch-commits] Commit in rust-analyzer/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Sun Sep 4 03:37:43 UTC 2022
Date: Sunday, September 4, 2022 @ 03:37:42
Author: polyzen
Revision: 1292791
upgpkg: rust-analyzer 20220829-2: "`RUST_ANALYZER_REV` is now `CFG_RELEASE`"
Fixes FS#75785
Modified:
rust-analyzer/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-04 03:34:19 UTC (rev 1292790)
+++ PKGBUILD 2022-09-04 03:37:42 UTC (rev 1292791)
@@ -4,7 +4,7 @@
pkgname=rust-analyzer
_pkgver=2022-08-29
pkgver=${_pkgver//-}
-pkgrel=1
+pkgrel=2
pkgdesc='Rust compiler front-end for IDEs'
arch=('x86_64')
url=https://rust-analyzer.github.io/
@@ -21,7 +21,7 @@
build() {
cd $pkgname
- RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline
+ CFG_RELEASE=1 cargo build --release --locked --offline
}
package() {
More information about the arch-commits
mailing list