aboutsummaryrefslogtreecommitdiffstats
path: root/community/msitools
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-03-07 12:47:24 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-03-07 12:48:00 +0000
commit6d4599b22da5c8b2eaa388136efb700fdf5d6f7d (patch)
treee1b70660002dd15dcb7df8263dd3e5a0e6222c17 /community/msitools
parent7d45118185db8b8b2744173e6b0c3b66020e90c3 (diff)
downloadaports-6d4599b22da5c8b2eaa388136efb700fdf5d6f7d.tar.bz2
aports-6d4599b22da5c8b2eaa388136efb700fdf5d6f7d.tar.xz
community/msitools: disable tests on s390x
ERROR: 26 tests were run, 10 failed unexpectedly. 1 test was skipped.
Diffstat (limited to 'community/msitools')
-rw-r--r--community/msitools/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/msitools/APKBUILD b/community/msitools/APKBUILD
index 3675c326da..de8f2180c5 100644
--- a/community/msitools/APKBUILD
+++ b/community/msitools/APKBUILD
@@ -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() {