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

testing/b3sum: remove /usr/.crates2.json

parent 71f8a27b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=b3sum
pkgver=0.3.7
pkgrel=0
pkgrel=1
pkgdesc="Command line implementation of the BLAKE3 hash function"
url="https://blake3.io"
arch="all !s390x !armhf !mips !mips64" # armhf: 'vaddq_u32': target specific option mismatch
......@@ -24,7 +24,7 @@ check() {
package() {
cargo install --path . --root="$pkgdir/usr" --no-default-features ${_features:+--features "$_features"}
rm "$pkgdir"/usr/.crates.toml
rm "$pkgdir"/usr/.crates*
}
sha512sums="78749ffc7e3632344996dda635b31a7a91a16e201ff8398148211a4315285c7c1d65acb78307fc8f54d7ce83e26364c8eafec94933f61aa78ed395540d44f833 b3sum-0.3.7.tar.gz"
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