aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/upx/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/upx/APKBUILD b/community/upx/APKBUILD
index d52c91f5bb..6674c2264c 100644
--- a/community/upx/APKBUILD
+++ b/community/upx/APKBUILD
@@ -2,7 +2,7 @@
# TODO: unbundle lzma-sdk
pkgname=upx
pkgver=3.95
-pkgrel=0
+pkgrel=1
pkgdesc="The Ultimate Packer for eXecutables"
url="https://upx.github.io"
arch="all"
@@ -12,6 +12,8 @@ makedepends="bash perl-dev ucl-dev zlib-dev"
subpackages="$pkgname-doc"
source="https://github.com/upx/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz
0001-rm-broken-whitespace-check.patch"
+# tests fail
+if [ "$CARCH" = "s390x" ]; then options="!check"; fi
builddir="$srcdir/$pkgname-$pkgver-src"
build() {