aboutsummaryrefslogtreecommitdiffstats
path: root/community/konsole
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-01-27 23:34:36 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-28 00:01:20 +0100
commit9a02f7cd825b97cd8150077b8e0c595180c34353 (patch)
tree39ef6daf23409b5ffb372937ac48a8ca395f210d /community/konsole
parent015bdb0601ebee63aecbea8119cf5273f581e3f0 (diff)
downloadaports-9a02f7cd825b97cd8150077b8e0c595180c34353.tar.bz2
aports-9a02f7cd825b97cd8150077b8e0c595180c34353.tar.xz
community/kde-applications: disable on armhf and fix checksums
Diffstat (limited to 'community/konsole')
-rw-r--r--community/konsole/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/konsole/APKBUILD b/community/konsole/APKBUILD
index 5c0b9bb2f3..6629438b0e 100644
--- a/community/konsole/APKBUILD
+++ b/community/konsole/APKBUILD
@@ -3,7 +3,7 @@
pkgname=konsole
pkgver=19.12.1
pkgrel=0
-arch="all"
+arch="all !armhf" # armhf blocked by qt5-qtdeclarative
url="https://kde.org/applications/system/konsole"
pkgdesc="KDE's terminal emulator"
license="GPL-2.0-only AND LGPL-2.1-or-later AND Unicode-DFS-2016"