diff options
-rw-r--r-- | community/mauikit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mauikit/APKBUILD b/community/mauikit/APKBUILD index 59eb4dc1a8..ddf0e9613b 100644 --- a/community/mauikit/APKBUILD +++ b/community/mauikit/APKBUILD @@ -4,8 +4,8 @@ pkgver=1.2.0 pkgrel=0 pkgdesc="Kit for developing MAUI Apps" # armhf blocked by qt5-qtdeclarative -# s390x blocked by plasma-framework -arch="all !armhf !s390x" +# mips64, s390x blocked by plasma-framework +arch="all !armhf !mips64 !s390x" url="https://invent.kde.org/kde/mauikit" license="GPL-2.0-or-later" depends="kirigami2" |