aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-08-04 23:50:52 +0200
committeralice <alice@ayaya.dev>2022-05-21 15:33:31 +0000
commitd696ea8416fbce05f14f91c59c040491efd55797 (patch)
tree1c03275e746fbcf544eae697ded38acef3bd18d7
parent5b6af867104711a487bc0f63a2abe3d53d3a89df (diff)
community/qt5-qtwebchannel: enable armhf
-rw-r--r--community/qt5-qtwebchannel/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qt5-qtwebchannel/APKBUILD b/community/qt5-qtwebchannel/APKBUILD
index 37a8b61e008..f9193daf8cd 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"