community/cargo-bloat: enable on loongarch64

This commit is contained in:
znley 2024-05-28 01:38:56 +00:00 committed by Patrycja Rosa
parent 89ac39ef58
commit c450d1cfdc

View File

@ -5,7 +5,7 @@ pkgver=0.12.1
pkgrel=0
pkgdesc="Find out what takes most of the space in your Rust executable"
url="https://github.com/RazrFalcon/cargo-bloat"
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust/cargo
arch="x86_64 armv7 armhf aarch64 x86 ppc64le loongarch64" # limited by rust/cargo
license="MIT"
depends="cargo cargo-auditable"
source="https://github.com/RazrFalcon/cargo-bloat/archive/v$pkgver/cargo-bloat-$pkgver.tar.gz"