aboutsummaryrefslogtreecommitdiffstats
path: root/community/cargo-audit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cargo-audit/APKBUILD')
-rw-r--r--community/cargo-audit/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cargo-audit/APKBUILD b/community/cargo-audit/APKBUILD
index 3ef6450ea63..31156de98b4 100644
--- a/community/cargo-audit/APKBUILD
+++ b/community/cargo-audit/APKBUILD
@@ -5,8 +5,8 @@ pkgver=0.16.0
pkgrel=0
pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
url="https://github.com/RustSec/rustsec"
-# mips64, s390x and riscv64 blocked by cargo
-arch="all !mips64 !s390x !riscv64"
+# s390x and riscv64 blocked by cargo
+arch="all !s390x !riscv64"
license="MIT OR Apache-2.0"
makedepends="cargo openssl1.1-compat-dev"
subpackages="$pkgname-doc"