diff options
author | TBK <tbk@jjtc.dk> | 2018-03-21 06:08:48 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-31 01:51:44 +0300 |
commit | 06a1f029626eb9a9aed5e3717c8efdba706192cd (patch) | |
tree | 4f1cd76a5a07dbe9829b46d4c0ca74b802b575c8 /community | |
parent | db1da683462c2afcd008007746b3049d49dac291 (diff) | |
download | aports-06a1f029626eb9a9aed5e3717c8efdba706192cd.tar.bz2 aports-06a1f029626eb9a9aed5e3717c8efdba706192cd.tar.xz |
community/php7-xdebug: rebuild against php 7.2.4
Diffstat (limited to 'community')
-rw-r--r-- | community/php7-xdebug/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-xdebug/APKBUILD b/community/php7-xdebug/APKBUILD index a8a5410a4f..dd4252494d 100644 --- a/community/php7-xdebug/APKBUILD +++ b/community/php7-xdebug/APKBUILD @@ -5,7 +5,7 @@ pkgname=php7-xdebug _pkgname=xdebug pkgver=2.6.0 -pkgrel=0 +pkgrel=1 _phpver=${pkgname#php} _phpver=${_phpver%%-*} pkgdesc="PHP$_phpver extension that provides functions for function traces and profiling" |