aboutsummaryrefslogtreecommitdiffstats
path: root/community
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
parent015bdb0601ebee63aecbea8119cf5273f581e3f0 (diff)
downloadaports-9a02f7cd825b97cd8150077b8e0c595180c34353.tar.bz2
aports-9a02f7cd825b97cd8150077b8e0c595180c34353.tar.xz
community/kde-applications: disable on armhf and fix checksums
Diffstat (limited to 'community')
-rw-r--r--community/audiocd-kio/APKBUILD1
-rw-r--r--community/konsole/APKBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/community/audiocd-kio/APKBUILD b/community/audiocd-kio/APKBUILD
index b7656592fb..b2c245fa7c 100644
--- a/community/audiocd-kio/APKBUILD
+++ b/community/audiocd-kio/APKBUILD
@@ -37,3 +37,4 @@ package() {
DESTDIR="$pkgdir" make install
}
+sha512sums="57d4dda06e807d517f1212f3f52986800e3edf891ef32447a4bf0ac7370df180212401022d97c8a6f028070d61134a8fb66e3a39d6563e7665db09b5f59a2e51 audiocd-kio-19.12.1.tar.xz"
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"