diff --git a/community/cargo-bloat/APKBUILD b/community/cargo-bloat/APKBUILD index 8f9ace0c2d2..4a6d7e3a449 100644 --- a/community/cargo-bloat/APKBUILD +++ b/community/cargo-bloat/APKBUILD @@ -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"