We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca78bc commit 1928572Copy full SHA for 1928572
.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = linux-rust
15
makedepends = perl
16
makedepends = python
17
makedepends = rustup
18
+ makedepends = rust-bindgen
19
makedepends = tar
20
makedepends = xz
21
makedepends = graphviz
PKGBUILD
@@ -18,6 +18,7 @@ makedepends=(
perl
python
rustup
+ rust-bindgen
22
tar
23
xz
24
@@ -77,9 +78,6 @@ prepare() {
77
78
echo "Installing rust-src"
79
rustup component add rust-src
80
- echo "Installing rust-bindgen"
81
- cargo install --locked --version 0.65.1 bindgen-cli
82
-
83
echo "Verifying that Rust support is available"
84
make LLVM=1 rustavailable
85
0 commit comments