diff options
-rw-r--r-- | community/zathura/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/zathura/APKBUILD b/community/zathura/APKBUILD index 7f67f8cd5b..5337d1b93c 100644 --- a/community/zathura/APKBUILD +++ b/community/zathura/APKBUILD @@ -17,6 +17,10 @@ source="https://git.pwmt.org/pwmt/zathura/-/archive/$pkgver/zathura-$pkgver.tar. test.sh " +case "$CARCH" in +mips*) options="!check" ;; +esac + build() { meson build \ --prefix=/usr \ |