diff --git a/testing/waifu2x-converter-cpp/APKBUILD b/testing/waifu2x-converter-cpp/APKBUILD index ea9a4b58fe8..8d2aceb407a 100644 --- a/testing/waifu2x-converter-cpp/APKBUILD +++ b/testing/waifu2x-converter-cpp/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.3.4 pkgrel=6 pkgdesc="image upscaler for anime-style art capable of opencl" url="https://github.com/DeadSix27/waifu2x-converter-cpp" -arch="all !ppc64le !s390x !riscv64" # limited by opencv +arch="all !ppc64le !s390x !riscv64 !loongarch64" # limited by opencv license="MIT" depends="so:libOpenCL.so.1" makedepends="cmake opencl-dev opencv-dev samurai"