diff --git a/community/py3-requests-cache/APKBUILD b/community/py3-requests-cache/APKBUILD
index 9bca9927d3150d7e3a847e113c6775faee499acc..985b7c88272001e21e5ac83dc0cac9cbb934face 100644
--- a/community/py3-requests-cache/APKBUILD
+++ b/community/py3-requests-cache/APKBUILD
@@ -5,7 +5,8 @@ pkgver=1.0.1
 pkgrel=1
 pkgdesc="Persistent cache for requests library"
 url="https://github.com/requests-cache/requests-cache"
-arch="noarch"
+# loongarch64: blocked by py3-orjson
+arch="noarch !loongarch64"
 license="BSD-3-Clause"
 depends="
 	py3-attrs