aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-redis
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2018-03-30 04:19:10 +0200
committerAndy Postnikov <apostnikov@gmail.com>2018-03-31 01:51:44 +0300
commit437aebcbfd8cb71daac87746e87cc9d948e62dac (patch)
tree3300913ee5133cf90487c3142dbbdf19e48602c3 /community/php7-redis
parent284bc4989961ab6d4ca5a72f2f40d0c29a231004 (diff)
downloadaports-437aebcbfd8cb71daac87746e87cc9d948e62dac.tar.bz2
aports-437aebcbfd8cb71daac87746e87cc9d948e62dac.tar.xz
community/php7-redis: rebuild against php 7.2.4
Diffstat (limited to 'community/php7-redis')
-rw-r--r--community/php7-redis/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-redis/APKBUILD b/community/php7-redis/APKBUILD
index a7a5b71905..3e926168dc 100644
--- a/community/php7-redis/APKBUILD
+++ b/community/php7-redis/APKBUILD
@@ -3,7 +3,7 @@
pkgname=php7-redis
_pkgreal=redis
pkgver=4.0.0
-pkgrel=0
+pkgrel=1
_phpver=${pkgname#php}
_phpver=${_phpver%%-*}
pkgdesc="PHP$_phpver extension for interfacing with Redis"
@@ -13,7 +13,7 @@ license="PHP"
depends="php$_phpver-common php$_phpver-session"
makedepends="php$_phpver-dev autoconf"
source="$pkgname-$pkgver.tgz::http://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
-options="!check"
+options="!check" # Need running redis server
builddir="$srcdir/$_pkgreal-$pkgver"
build() {