diff options
Diffstat (limited to 'testing/php7-xhprof')
-rw-r--r-- | testing/php7-xhprof/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/php7-xhprof/APKBUILD b/testing/php7-xhprof/APKBUILD index dbf258898a..af25e15734 100644 --- a/testing/php7-xhprof/APKBUILD +++ b/testing/php7-xhprof/APKBUILD @@ -3,14 +3,14 @@ pkgname=php7-xhprof _pkgreal=xhprof -pkgver=2.0.5 -pkgrel=1 +pkgver=2.1.0 +pkgrel=0 pkgdesc="A Hierarchical Profiler for PHP" url="https://github.com/longxinH/xhprof" arch="all !s390x" license="Apache-2.0" depends="php7 php7-ctype" -makedepends="php7-dev autoconf" +makedepends="php7-dev re2c" subpackages="$pkgname-assets::noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/longxinH/xhprof/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" @@ -51,4 +51,4 @@ assets() { cp -R "$builddir"/examples "$installdir" } -sha512sums="299b5075727112e393425b9a5ed075c06f264c92012d5f49ac9cc52df673766c6bcc796835624327c5ec0f99d687d4d5d22151ac9caf8d276edea597bd564146 php7-xhprof-2.0.5.tar.gz" +sha512sums="62ad9ed7acae3bb6da05c8a455d437d25691379f4fb2ede4f63fa15b9779a2360c057f04b5589a24f430342c91a3f8ef22265ca61d5146bf6dfa135eee369413 php7-xhprof-2.1.0.tar.gz" |