diff options
Diffstat (limited to 'testing/php7-spx/APKBUILD')
-rw-r--r-- | testing/php7-spx/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/php7-spx/APKBUILD b/testing/php7-spx/APKBUILD index 387d5f6eb2..540ed24d84 100644 --- a/testing/php7-spx/APKBUILD +++ b/testing/php7-spx/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php7-spx _pkgreal=php-spx -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=0 pkgdesc="A simple & straight-to-the-point PHP profiling extension with its built-in web UI" url="https://github.com/NoiseByNorthwest/php-spx" @@ -9,8 +9,7 @@ arch="x86_64" license="GPL-3.0" depends="php7-common" makedepends="php7-dev autoconf re2c zlib-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/NoiseByNorthwest/php-spx/archive/v$pkgver.tar.gz - e795d3eeb099e77a9e8540e26bcfab5dd0260c79.patch" +source="$pkgname-$pkgver.tar.gz::https://github.com/NoiseByNorthwest/php-spx/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { @@ -32,5 +31,4 @@ package() { echo "extension=spx.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="ba30434bfd9964919b6c8444e36ecb0db7810c9b6dc386a80a28d9e94dc4f4e96980682ee3be7eb4d893ef1d034e348fca80fa65cfcbc1aeb7191c7ac4c42945 php7-spx-0.4.1.tar.gz -4d614d94e83d2e51828855fa4ed8d66f0fa2b626a230ead024c9349e5833f0e23db0a7473751e7d01b88ea856d0c6ff2b4448a9f84a0988e187b2862e1a49915 e795d3eeb099e77a9e8540e26bcfab5dd0260c79.patch" +sha512sums="3ae1332fe9503caa264d84a4ad4c0c5dfec5345b034aa17c5443f6acf14745f6faac286f262e1139cc2ab3e4a2ebc84e9f80cfe5a94dc82697f00e8b9d0c544f php7-spx-0.4.2.tar.gz" |