aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/meld/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/meld/APKBUILD b/community/meld/APKBUILD
index c17418150a..66ea8a3545 100644
--- a/community/meld/APKBUILD
+++ b/community/meld/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.20.1
pkgrel=3
pkgdesc="A visual diff and merge tool"
url="https://meldmerge.org"
-arch="noarch"
+arch="all !s390x" # missing gtksourceview
license="GPL-2.0-or-later"
depends="dconf gtksourceview gsettings-desktop-schemas py3-gobject3
py3-cairo"