aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pecl-stats/APKBUILD
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2020-06-12 19:10:46 +0300
committerAndy Postnikov <apostnikov@gmail.com>2020-06-15 02:46:33 +0300
commit5ed34f9a1e2a3d4d72dcb94bc7f698441ffda16f (patch)
tree47825608c0d08fcf0a760ec1d89b66ebcdf2415b /testing/php7-pecl-stats/APKBUILD
parent5f9bc68c563fd8b2ba45d22fcad96b093158fa8e (diff)
testing/*: rebuild against PHP 7.4
Diffstat (limited to 'testing/php7-pecl-stats/APKBUILD')
-rw-r--r--testing/php7-pecl-stats/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-pecl-stats/APKBUILD b/testing/php7-pecl-stats/APKBUILD
index 212f51b5bb7..9f1d26fff60 100644
--- a/testing/php7-pecl-stats/APKBUILD
+++ b/testing/php7-pecl-stats/APKBUILD
@@ -3,12 +3,12 @@
pkgname=php7-pecl-stats
_pkgreal=stats
pkgver=2.0.3
-pkgrel=8
+pkgrel=9
pkgdesc="Extension that provides few dozens routines for statistical computation."
url="https://pecl.php.net/package/$_pkgreal"
arch="all !s390x !mips !mips64" # too many tests fails on s390x
license="PHP-3.01"
-depends=""
+depends="php7-common"
makedepends="php7-dev autoconf"
source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
builddir="$srcdir"/$_pkgreal-$pkgver