aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/php7-stats/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/php7-stats/APKBUILD b/testing/php7-stats/APKBUILD
index 09dcb6e99e..e76078a110 100644
--- a/testing/php7-stats/APKBUILD
+++ b/testing/php7-stats/APKBUILD
@@ -3,11 +3,11 @@
pkgname=php7-stats
_pkgreal=stats
pkgver=2.0.3
-pkgrel=4
+pkgrel=5
pkgdesc="Extension that provides few dozens routines for statistical computation."
url="http://pecl.php.net/package/$_pkgreal"
-arch="all"
-license="PHP"
+arch="all !s390x" # too many tests fails on s390x
+license="PHP-3.01"
depends=""
makedepends="php7-dev autoconf"
source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz"