aboutsummaryrefslogtreecommitdiffstats
path: root/community/karchive/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-14 11:27:28 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-14 11:27:28 +0100
commit47ba8c67dbdd4b53888cee1506187aca44d683b2 (patch)
tree75cc5c0bb154bbcc474c5b3626c1235d39de9501 /community/karchive/APKBUILD
parent46b8720711508c33622d38dbe138cf100f451ad4 (diff)
downloadaports-47ba8c67dbdd4b53888cee1506187aca44d683b2.tar.bz2
aports-47ba8c67dbdd4b53888cee1506187aca44d683b2.tar.xz
community/karchive: disable on armhf due to qtdeclarative
Diffstat (limited to 'community/karchive/APKBUILD')
-rw-r--r--community/karchive/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/karchive/APKBUILD b/community/karchive/APKBUILD
index 594d89eea3..5a208977ca 100644
--- a/community/karchive/APKBUILD
+++ b/community/karchive/APKBUILD
@@ -4,7 +4,7 @@ pkgname=karchive
pkgver=5.66.0
pkgrel=0
pkgdesc="Qt 5 addon providing access to numerous types of archives"
-arch="all"
+arch="all !armhf" # qtdeclarative
url="https://community.kde.org/Frameworks"
license="LGPL-2.0-only AND LGPL-2.1-or-later"
depends_dev="bzip2-dev xz-dev"