aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/6cord/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/6cord/APKBUILD b/testing/6cord/APKBUILD
index 390fd18934..145831e385 100644
--- a/testing/6cord/APKBUILD
+++ b/testing/6cord/APKBUILD
@@ -5,7 +5,7 @@ pkgver="9.6"
pkgrel=0
pkgdesc="Discord TUI + SIXEL client"
url="https://gitlab.com/diamondburned/6cord"
-arch="all"
+arch="all !mips !mips64" # FTBFS on mips
license="MPL-2.0"
makedepends="go"
install="$pkgname.post-install"