diff --git a/main/qt5-qtwebengine/APKBUILD b/main/qt5-qtwebengine/APKBUILD index 846b184ff..eae8040a0 100644 --- a/main/qt5-qtwebengine/APKBUILD +++ b/main/qt5-qtwebengine/APKBUILD @@ -1,7 +1,8 @@ pkgname=qt5-qtwebengine pkgver=5.9.3 pkgrel=0 -arch="all" +# Disabled for armhf, aarch64 (see #1008) +arch="x86_64" url='http://qt-project.org/' license="GPL3 LGPL3 FDL custom" pkgdesc='Provides communication between JS/HTML and Qt apps'