diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-07 17:16:05 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-12-07 17:28:25 +0200 |
commit | 2a0b75d06c12bd8f3c3ac3b142415009d0927e6d (patch) | |
tree | c0c23d6643ef5613733cf76dbcbf92446e1a2965 /testing | |
parent | ec4157ff6027daccec676675244d54e4d74a1c10 (diff) | |
download | aports-2a0b75d06c12bd8f3c3ac3b142415009d0927e6d.tar.bz2 aports-2a0b75d06c12bd8f3c3ac3b142415009d0927e6d.tar.xz |
testing/php7-xhprof: upgrade to 2.1.2 and use PECL source
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-xhprof/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/php7-xhprof/APKBUILD b/testing/php7-xhprof/APKBUILD index c08bec81f9..448616f924 100644 --- a/testing/php7-xhprof/APKBUILD +++ b/testing/php7-xhprof/APKBUILD @@ -3,16 +3,16 @@ pkgname=php7-xhprof _pkgreal=xhprof -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=0 pkgdesc="A Hierarchical Profiler for PHP" -url="https://github.com/longxinH/xhprof" +url="https://pecl.php.net/package/xhprof" arch="all !s390x" license="Apache-2.0" -depends="php7 php7-ctype" +depends="php7-ctype" makedepends="php7-dev re2c" subpackages="$pkgname-assets::noarch" -source="$pkgname-$pkgver.tar.gz::https://github.com/longxinH/xhprof/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" builddir="$srcdir/$_pkgreal-$pkgver" build() { @@ -24,7 +24,7 @@ build() { check() { cd "$builddir"/extension - make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 -f Makefile.local test_with_exit_status + make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test } package() { @@ -51,4 +51,4 @@ assets() { cp -R "$builddir"/examples "$installdir" } -sha512sums="82eaae2fd1b61866a95e097e2e946ae7894d098e2131eaf83347e4fdcc9ee941af6cafd92bec29cce7137c3045c59353d3854955e70cdc8c3ca34e422fd947b4 php7-xhprof-2.1.1.tar.gz" +sha512sums="8b4a77462829ac947df792312a253600c5c63c5fec48bebe3d6c51549acd51d53687763d6791d794650871677cb837b7935fc293cad6da492f46fd91db297e8b php7-xhprof-2.1.2.tar.gz" |