Skip to content
Snippets Groups Projects

community/php8-pecl-igbinary: upgrade to 3.2.2RC1

Merged Andy Postnikov requested to merge andypost/aports:igbinary into master
1 file
+ 5
4
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,8 @@
pkgname=php7-pecl-igbinary
_extname=igbinary
pkgver=3.2.1
pkgver=3.2.2_rc1
_pkgver=${pkgver/_rc/RC}
pkgrel=0
pkgdesc="Igbinary is a drop in replacement for the standard php serializer"
url="https://pecl.php.net/package/igbinary"
@@ -14,8 +15,8 @@ replaces="php7-igbinary" # for backward compatibility
depends="php7-common"
makedepends="php7-dev php7-pecl-apcu"
checkdepends="php7-json php7-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() {
phpize7
@@ -44,4 +45,4 @@ package() {
echo "extension=$_extname.so" > $_confdir/10_$_extname.ini
}
sha512sums="ab291f0479d07c2943193ff59fb32cee1e61ad16423d7d3e06ab94e1be57644619f2d0ee6d26c849b5a95d488e4c1e7e2671ebf63ef58a5889d024a95d14c2e0 php-pecl-igbinary-3.2.1.tgz"
sha512sums="c6516aed2aac3f6c0bb71fa3ea9168c0a9f893258e9732cdbe5df0b60cc6182698be837983488b2052e3fa66c3e9cf7af84623fcfbff1ef01a2958807051dbb6 php-pecl-igbinary-3.2.2_rc1.tgz"
Loading