From b3b6036e5c64fac103b5e1cc60e7ed26563c0af5 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Tue, 29 Dec 2020 20:19:52 -0300
Subject: [PATCH] community/latte-dock: disable on armv7 due to missing
 plasma-desktop

---
 community/latte-dock/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/latte-dock/APKBUILD b/community/latte-dock/APKBUILD
index b26666a6641f..61b73e2cf022 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 !aarch64" # blocked by plasma-desktop
+arch="all !armv7 !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"
-- 
GitLab