aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-tideways_xhprof/APKBUILD
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-02-08 12:39:26 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-02-20 00:28:04 +0200
commitb83bb9fc3ce0e61fc21e7304c6bca5952b36f20d (patch)
tree757e0632a18abef1322da11f1be62fc4a24c0186 /testing/php7-tideways_xhprof/APKBUILD
parentd6ff6682a0a1eadfa0285de4b63d86e315a7b6b0 (diff)
downloadaports-b83bb9fc3ce0e61fc21e7304c6bca5952b36f20d.tar.bz2
aports-b83bb9fc3ce0e61fc21e7304c6bca5952b36f20d.tar.xz
testing/php7-tideways_xhprof: fix x86
Diffstat (limited to 'testing/php7-tideways_xhprof/APKBUILD')
-rw-r--r--testing/php7-tideways_xhprof/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/php7-tideways_xhprof/APKBUILD b/testing/php7-tideways_xhprof/APKBUILD
index fa551734ff..06cd28ed8b 100644
--- a/testing/php7-tideways_xhprof/APKBUILD
+++ b/testing/php7-tideways_xhprof/APKBUILD
@@ -5,14 +5,15 @@ _pkgext=tideways_xhprof
_pkgreal=php-xhprof-extension
pkgver=5.0_beta3
_pkgver=${pkgver/_/-}
-pkgrel=1
+pkgrel=2
pkgdesc="Modern XHProf compatible Profiler for PHP 7"
url="http://tideways.io"
-arch="all !x86 !armhf !armv7 !aarch64 !s390x" # fails to build
+arch="all !armhf !armv7 !aarch64 !s390x" # fails to build
license="Apache-2.0"
depends="php7"
makedepends="php7-dev autoconf"
-source="$pkgname-$pkgver.tar.gz::https://github.com/tideways/$_pkgreal/archive/v$_pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/tideways/php-xhprof-extension/archive/v$_pkgver.tar.gz
+ 73.patch"
builddir="$srcdir/$_pkgreal-$_pkgver"
build() {
@@ -37,4 +38,5 @@ package() {
echo "extension=$_pkgext.so" > "$pkgdir"/etc/php7/conf.d/$_pkgext.ini
}
-sha512sums="5b682ed8cda21236c54c3161645620ba06f14478fcf1b45684788b742e47d63419b3e3f74da7d3e376ce5fafeb215ed40d080aaac0c2a8799315f83c877e3110 php7-tideways_xhprof-5.0_beta3.tar.gz"
+sha512sums="5b682ed8cda21236c54c3161645620ba06f14478fcf1b45684788b742e47d63419b3e3f74da7d3e376ce5fafeb215ed40d080aaac0c2a8799315f83c877e3110 php7-tideways_xhprof-5.0_beta3.tar.gz
+2dfee43f28d7872f08688b354b25c177bb16a5474d2df999be0155362998841c1afa0b5adaf41d016be8c9e50f669d0f69bd56891d4e1e4ef999b9ea2118dfa8 73.patch"