From 659f1179d88edc38f608813cca7b1b7a23a46ec1 Mon Sep 17 00:00:00 2001
From: ptrcnull <git@ptrcnull.me>
Date: Thu, 6 Jun 2024 23:01:55 +0200
Subject: [PATCH] community/zulip-term: disable on loongarch64

---
 community/zulip-term/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/zulip-term/APKBUILD b/community/zulip-term/APKBUILD
index a688e7735a19..32365c53601b 100644
--- a/community/zulip-term/APKBUILD
+++ b/community/zulip-term/APKBUILD
@@ -6,7 +6,8 @@ pkgver=0.7.0
 pkgrel=6
 pkgdesc="official terminal client for Zulip"
 url="https://github.com/zulip/zulip-terminal"
-arch="noarch"
+# loongarch64: blocked by py3-zulip
+arch="noarch !loongarch64"
 license="Apache-2.0"
 depends="
 	py3-beautifulsoup4
-- 
GitLab