diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:35:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:37:52 +0000 |
commit | 21d0e62cf694e6505e713294460181676c521c3d (patch) | |
tree | 150ac4e35545ed57f59f8124a10f9bfca621020b /community | |
parent | ad489ee8bc9ef1c242a0069a7ae2c9461e3b9cd5 (diff) | |
download | aports-21d0e62cf694e6505e713294460181676c521c3d.tar.bz2 aports-21d0e62cf694e6505e713294460181676c521c3d.tar.xz |
community/php7-pecl-xdebug: rebuild against php 7.3
Diffstat (limited to 'community')
-rw-r--r-- | community/php7-pecl-xdebug/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-pecl-xdebug/APKBUILD b/community/php7-pecl-xdebug/APKBUILD index 6c393fd977..79f0146bdb 100644 --- a/community/php7-pecl-xdebug/APKBUILD +++ b/community/php7-pecl-xdebug/APKBUILD @@ -5,7 +5,7 @@ pkgname=php7-pecl-xdebug _pkgname=xdebug pkgver=2.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension that provides functions for function traces and profiling - PECL" url="https://pecl.php.net/package/xdebug" arch="all" |