From a48bfaa94b93256708d64cabd16e2d0577abaaea Mon Sep 17 00:00:00 2001 From: TBK Date: Tue, 15 Dec 2020 20:58:07 +0100 Subject: [PATCH] community/thunar: disable on mips64 --- community/thunar/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/thunar/APKBUILD b/community/thunar/APKBUILD index 5e6f133c2a5..a884154ad88 100644 --- a/community/thunar/APKBUILD +++ b/community/thunar/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.8.16 pkgrel=0 pkgdesc="File manager for Xfce" url="https://docs.xfce.org/xfce/thunar/start" -arch="all" +arch="all !mips64" # blocked by libxfce4ui-dev license="GPL-2.0-or-later LGPL-2.0-only" depends="desktop-file-utils hicolor-icon-theme shared-mime-info" depends_dev="exo-dev"