From 45003f9d3db9c204731d465230d8330c5dda0b64 Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Mon, 19 Apr 2021 10:43:56 +0000 Subject: [PATCH] community/php8-pecl-igbinary: upgrade to 3.2.2 --- community/php8-pecl-igbinary/APKBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/community/php8-pecl-igbinary/APKBUILD b/community/php8-pecl-igbinary/APKBUILD index c607522e952d..5eb3a87108cb 100644 --- a/community/php8-pecl-igbinary/APKBUILD +++ b/community/php8-pecl-igbinary/APKBUILD @@ -3,18 +3,17 @@ pkgname=php8-pecl-igbinary _extname=igbinary -pkgver=3.2.2_rc1 -_pkgver=${pkgver/_rc/RC} +pkgver=3.2.2 pkgrel=0 -pkgdesc="PHP 8 extension Igbinary is a drop in replacement for the standard php serializer - PECL" +pkgdesc="Igbinary is a drop in replacement for the standard PHP 8 serializer - PECL" url="https://pecl.php.net/package/igbinary" arch="all" license="BSD-3-Clause" depends="php8-common" makedepends="php8-dev php8-pecl-apcu" checkdepends="php8-session" # sessions needs work https://github.com/igbinary/igbinary/issues/116 -source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$_pkgver.tgz" -builddir="$srcdir/$_extname-$_pkgver" +source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$pkgver.tgz" +builddir="$srcdir/$_extname-$pkgver" build() { phpize8 @@ -37,7 +36,7 @@ package() { make INSTALL_ROOT="$pkgdir" install local _confdir="$pkgdir"/etc/php8/conf.d install -d $_confdir - echo "extension=$_extname.so" > $_confdir/10_$_extname.ini + echo "extension=$_extname" > $_confdir/10_$_extname.ini } -sha512sums="c6516aed2aac3f6c0bb71fa3ea9168c0a9f893258e9732cdbe5df0b60cc6182698be837983488b2052e3fa66c3e9cf7af84623fcfbff1ef01a2958807051dbb6 php-pecl-igbinary-3.2.2_rc1.tgz" +sha512sums="0f1d2bf2d4314e9a4593aac954060ffa342f81aef9e288b46e97ae598965f0a526f5fd3eb31c5941763d6348533f67295a0e33513b3916911491a0f0ca3e9c36 php-pecl-igbinary-3.2.2.tgz" -- GitLab