diff options
Diffstat (limited to 'testing/libquotient/APKBUILD')
-rw-r--r-- | testing/libquotient/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libquotient/APKBUILD b/testing/libquotient/APKBUILD index 3c2fb171ac..f79be5e143 100644 --- a/testing/libquotient/APKBUILD +++ b/testing/libquotient/APKBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Qt5 library for cross-platform clients for Matrix" options="!check" # No testsuite url="https://github.com/quotient-im/libQuotient" -arch="all" +arch="all !armhf" # blocked by qt5-qtmultimedia license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev qt5-qtmultimedia-dev" makedepends="$depends_dev cmake" |