Skip to content
Snippets Groups Projects
Commit 45003f9d authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/php8-pecl-igbinary: upgrade to 3.2.2

parent 1b2e125e
No related branches found
No related tags found
1 merge request!20618[3.13] community/php?-pecl-igbinary: upgrade to 3.2.2
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment