diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-04 03:24:48 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-04 03:24:48 +0200 |
commit | 26d96b3a7913462c8c094dd36f662892f540d5cb (patch) | |
tree | 3f4bc6b5edaabb843f84f32e7a5ab74b731894d9 | |
parent | 5baa959dd66e187ee5462ce906a6aa2385f3d89d (diff) | |
download | aports-26d96b3a7913462c8c094dd36f662892f540d5cb.tar.bz2 aports-26d96b3a7913462c8c094dd36f662892f540d5cb.tar.xz |
community/php7-xdebug: rebuild
There's some problem with that package and it seems that it just needs
to be rebuilt.
-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 1aab13a342..9e728cbc86 100644 --- a/community/php7-xdebug/APKBUILD +++ b/community/php7-xdebug/APKBUILD @@ -5,7 +5,7 @@ pkgname=php7-xdebug _pkgname=xdebug pkgver=2.5.3 -pkgrel=0 +pkgrel=1 _phpver=${pkgname#php} _phpver=${_phpver%%-*} pkgdesc="PHP$_phpver extension that provides functions for function traces and profiling" |