community/msitools: disable tests on s390x

ERROR: 26 tests were run,
10 failed unexpectedly.
1 test was skipped.
This commit is contained in:
Leonardo Arena 2019-03-07 12:47:24 +00:00
parent 7d45118185
commit 6d4599b22d

View File

@ -1,7 +1,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=msitools
pkgver=0.99
pkgrel=0
pkgrel=1
pkgdesc="Set of programs to inspect and build Windows Installer (.MSI) files"
url="https://wiki.gnome.org/msitools"
arch="all"
@ -11,6 +11,7 @@ subpackages="$pkgname-dev $pkgname-lang
$pkgname-bash-completion:bashcomp:noarch"
source="https://download.gnome.org/sources/msitools/${pkgver}/${pkgname}-${pkgver}.tar.xz
fix-segfault.patch"
[ "$CARCH" = "s390x" ] && options="!check" # multiple test failures
builddir="$srcdir/"$pkgname-$pkgver
build() {