diff options
Diffstat (limited to 'testing/php7-xdebug')
-rw-r--r-- | testing/php7-xdebug/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-xdebug/APKBUILD b/testing/php7-xdebug/APKBUILD index cb307f99ef..b0f693d529 100644 --- a/testing/php7-xdebug/APKBUILD +++ b/testing/php7-xdebug/APKBUILD @@ -7,7 +7,7 @@ _pkgver=${pkgver/_rc/RC} pkgrel=0 pkgdesc="PHP extension provides functions for function traces and profiling" url="http://pecl.php.net/package/$_pkgreal" -arch="all" +arch="x86_64 armhf" license="PHP" depends= pecldepends="php7-dev autoconf" |