diff --git a/community/scrcpy/APKBUILD b/community/scrcpy/APKBUILD
index cc059f1c51cc29cb445f273aa3e3bf6b9c7a552f..60556eca1fce39d8d6b7d9c2cf33fffda0648d5d 100644
--- a/community/scrcpy/APKBUILD
+++ b/community/scrcpy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.4
 pkgrel=0
 pkgdesc="Display and control your Android device"
 url="https://github.com/Genymobile/scrcpy"
-arch="all !s390x !ppc64le" # limited by android-tools
+arch="all !s390x !ppc64le !loongarch64" # limited by android-tools
 license="Apache-2.0"
 options="!check" # no test suite
 depends="android-tools"