diff --git a/community/libquotient/APKBUILD b/community/libquotient/APKBUILD index 95a75c09d47..fb4fcbf5a15 100644 --- a/community/libquotient/APKBUILD +++ b/community/libquotient/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.2 pkgrel=0 pkgdesc="Qt5 library for cross-platform clients for Matrix" url="https://github.com/quotient-im/libQuotient" -arch="all !armhf" # blocked by qt5-qtmultimedia +arch="all !armhf !mips64" # blocked by qt5-qtmultimedia, mips blocked by qtolm license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev qt5-qtmultimedia-dev libqtolm-dev" makedepends="$depends_dev cmake"