aboutsummaryrefslogtreecommitdiffstats
path: root/community/megapixels/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/megapixels/APKBUILD')
-rw-r--r--community/megapixels/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/megapixels/APKBUILD b/community/megapixels/APKBUILD
index 4ea18f20f6a..60c0bf9d437 100644
--- a/community/megapixels/APKBUILD
+++ b/community/megapixels/APKBUILD
@@ -6,7 +6,8 @@ pkgrel=0
pkgdesc="GTK+4 camera app for mobile devices"
url="https://git.sr.ht/~martijnbraam/megapixels"
# s390x and mips64 blocked by gtk4.0
-arch="all !s390x !mips64"
+# riscv64 disabled due to missing rust in recursive dependency
+arch="all !s390x !mips64 !riscv64"
license="GPL-3.0-only"
# Required by postprocess.sh
# depends="cmd:dcraw_emu cmd:convert cmd:exiftool"