From 004f1acf2cc1dec7e4faeb88cd215e6dac98e7db Mon Sep 17 00:00:00 2001
From: Bart Ribbers <bribbers@disroot.org>
Date: Wed, 30 Jun 2021 12:23:32 +0200
Subject: [PATCH] community/akregator: fix typo that re-enabled it on armhf

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

diff --git a/community/akregator/APKBUILD b/community/akregator/APKBUILD
index 1551e78cfa01..4f95b7d8c035 100644
--- a/community/akregator/APKBUILD
+++ b/community/akregator/APKBUILD
@@ -5,7 +5,7 @@ pkgver=21.04.2
 pkgrel=0
 # armhf blocked by extra-cmake-modules
 # ppc64le, s390x, mips64 and riscv64 blocked by qt5-qtwebengine
-arch="all 1armhf !ppc64le !s390x !mips64 !riscv64"
+arch="all !armhf !ppc64le !s390x !mips64 !riscv64"
 url="https://kontact.kde.org/components/akregator.html"
 pkgdesc="RSS Feed Reader"
 license="GPL-2.0-or-later AND LGPL-2.0-or-later"
-- 
GitLab