diff --git a/community/qt5-qtwebchannel/APKBUILD b/community/qt5-qtwebchannel/APKBUILD index 37a8b61e008b3679c8d826df4033e6ac6f9674ab..f9193daf8cd0c6c68bac56ec845594d6864c6ef5 100644 --- a/community/qt5-qtwebchannel/APKBUILD +++ b/community/qt5-qtwebchannel/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 _commit="8c842152da613f941892481d62267c73c4a4f006" pkgdesc="Library for seamless integration of C++ +and QML applications with HTML/JavaScript clients." url="https://www.qt.io/developers/" -arch="all !armhf" # armhf blocked by qt5-qtdeclarative +arch="all" license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0" options="!check" # No tests makedepends="qt5-qtbase-dev qt5-qtwebsockets-dev qt5-qtdeclarative-dev"