blob: 07adcb3ce86fbf1c4bf97f4589a6d316f3125e8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = rust-analyzer-nightly-bin
pkgdesc = An experimental Rust compiler front-end for IDEs (nightly)
pkgver = 0.4.1428standalone
pkgrel = 1
url = https://github.com/rust-analyzer/rust-analyzer
arch = x86_64
arch = i686
arch = aarch64
license = MIT
provides = rust-analyzer
conflicts = rust-analyzer
source_x86_64 = rust-analyzer.gz::https://github.com/rust-lang/rust-analyzer/releases/download/nightly/rust-analyzer-x86_64-unknown-linux-gnu.gz
sha256sums_x86_64 = SKIP
source_i686 = rust-analyzer.gz::https://github.com/rust-lang/rust-analyzer/releases/download/nightly/rust-analyzer-x86_64-unknown-linux-gnu.gz
sha256sums_i686 = SKIP
source_aarch64 = rust-analyzer.gz::https://github.com/rust-lang/rust-analyzer/releases/download/nightly/rust-analyzer-aarch64-unknown-linux-gnu.gz
sha256sums_aarch64 = SKIP
pkgname = rust-analyzer-nightly-bin
|