diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-12-28 11:11:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-12-28 11:11:53 -0300 |
commit | 581f61aa4c2067eef3014063034bbebd7d883858 (patch) | |
tree | 06caa2d9e656e8eb953b27ffe22fe14de23538a5 | |
parent | d3212a4b17f87b7eebc0b534411db5b5757f7803 (diff) | |
download | aports-581f61aa4c2067eef3014063034bbebd7d883858.tar.gz aports-581f61aa4c2067eef3014063034bbebd7d883858.tar.bz2 aports-581f61aa4c2067eef3014063034bbebd7d883858.tar.xz |
community/latte-dock: disable on aarch64 due to plasma-desktop
-rw-r--r-- | community/latte-dock/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/latte-dock/APKBUILD b/community/latte-dock/APKBUILD index fa75176f7dd..b26666a6641 100644 --- a/community/latte-dock/APKBUILD +++ b/community/latte-dock/APKBUILD @@ -3,7 +3,7 @@ pkgname=latte-dock pkgver=0.9.11 pkgrel=0 -arch="all !armhf !s390x !mips !mips64" # blocked by plasma-desktop +arch="all !armhf !s390x !mips !mips64 !aarch64" # blocked by plasma-desktop url="https://store.kde.org/p/1169519/" pkgdesc="A dock based on Plasma Frameworks" license="LGPL-2.0-or-later AND GPL-2.0-or-later" |