mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 09:05:34 +01:00
Bumping version and fixing lock file
build error
This commit is contained in:
parent
215025b80c
commit
3909b52b29
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -22,14 +22,14 @@ pkgver() {
|
|||
prepare() {
|
||||
cd "$srcdir/${pkgname%-git}"
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
|
||||
cargo fetch --target "$CARCH-unknown-linux-gnu"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${pkgname%-git}"
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
export CARGO_TARGET_DIR=target
|
||||
cargo build --frozen --release --all-features
|
||||
cargo build --release --all-features
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue