aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-11-27 10:51:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-11-27 10:51:21 +0000
commit6a413d7bb4f2bf0d40fe25996a20069bd6b2fa49 (patch)
tree79b06286a7f7adca1e6d390210ea3d793d5a18d3
parent4cc2e4e9cc082586684d0d3b5272335f4f0582b9 (diff)
community/umbrello: clean up arch
seems like there have been typos in the arch setting
-rw-r--r--community/umbrello/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/umbrello/APKBUILD b/community/umbrello/APKBUILD
index 5d2665360b7..ce5ca94be8f 100644
--- a/community/umbrello/APKBUILD
+++ b/community/umbrello/APKBUILD
@@ -3,8 +3,7 @@
pkgname=umbrello
pkgver=20.08.2
pkgrel=0
-arch="all !armh !s390 !s390 !s390 !s390x" # Blocked by extra-cmake-modules
-arch="$arch !mips !mips6 !s390 !s390 !s390 !s390x" # Blocked by qt5-qtwebkit
+arch="all !armh !mips !mips64 !s390x" # Blocked by extra-cmake-modules, qt5-qtwebkit and rust
url="https://umbrello.kde.org/"
pkgdesc="GUI for diagramming Unified Modelling Language (UML)"
license="GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.2-only"