diff options
Diffstat (limited to 'testing/php7-xhprof/APKBUILD')
-rw-r--r-- | testing/php7-xhprof/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/php7-xhprof/APKBUILD b/testing/php7-xhprof/APKBUILD index 0ecbbe0f71..84c9d493fb 100644 --- a/testing/php7-xhprof/APKBUILD +++ b/testing/php7-xhprof/APKBUILD @@ -4,7 +4,7 @@ pkgname=php7-xhprof _pkgreal=xhprof pkgver=2.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="A Hierarchical Profiler for PHP" url="https://github.com/longxinH/xhprof" arch="all" @@ -12,7 +12,8 @@ license="Apache-2.0" depends="php7 php7-ctype" makedepends="php7-dev autoconf" 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://github.com/longxinH/xhprof/archive/v$pkgver.tar.gz + 6507a35d72e9598700e37208c482329594fd3b41.patch" builddir="$srcdir/$_pkgreal-$pkgver" build() { @@ -51,4 +52,5 @@ assets() { cp -R "$builddir"/examples "$installdir" } -sha512sums="6a3ea7994e7d23852d5265371bf59bfa41a3aab2e107b0293b8945adbbda78302ba827f95a54e0780582f06d9487d6e1894ecc2daada20c2ae87fa952e3ffd08 php7-xhprof-2.0.2.tar.gz" +sha512sums="6a3ea7994e7d23852d5265371bf59bfa41a3aab2e107b0293b8945adbbda78302ba827f95a54e0780582f06d9487d6e1894ecc2daada20c2ae87fa952e3ffd08 php7-xhprof-2.0.2.tar.gz +25d87a560cb344b62ba66f2cd0ebec9d512311d9e5c22ff7ab59d70f90b8c9b3e4d1fad0fdbbd8aa28da89328defc3d713525a88f2a42b06c6bd305f57e651b7 6507a35d72e9598700e37208c482329594fd3b41.patch" |