fix: add LICENSE, remove --locked from PKGBUILD
This commit is contained in:
@@ -20,12 +20,12 @@ sha256sums=('SKIP'
|
||||
|
||||
build() {
|
||||
cd "$pkgname"
|
||||
cargo build --release --locked
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$pkgname"
|
||||
cargo test --release --locked
|
||||
cargo test --release
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user