Skip to content
Snippets Groups Projects
Commit 1b58dafb authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

testing/asuran-cli: run cargo install with --locked

parent 670f7b22
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=asuran-cli
pkgver=0.1.6
pkgrel=1
pkgrel=2
pkgdesc="Asuran is a new archive format and rust implementation"
url="https://gitlab.com/asuran-rs/asuran"
arch="all !s390x !mips !mips64 !riscv64"
......@@ -32,7 +32,7 @@ check() {
package() {
cd asuran-cli
cargo install --path . --root="$pkgdir/usr"
cargo install --locked --path . --root="$pkgdir/usr"
rm "$pkgdir"/usr/.crates.toml
rm "$pkgdir"/usr/.crates2.json
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment