Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!16740
community/php8-pecl-igbinary: upgrade to 3.2.2RC1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/php8-pecl-igbinary: upgrade to 3.2.2RC1
andypost/aports:igbinary
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Andy Postnikov
requested to merge
andypost/aports:igbinary
into
master
4 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
https://pecl.php.net/package/igbinary/3.2.2RC1
Edited
4 years ago
by
Andy Postnikov
0
0
Merge request reports
Viewing commit
14ef8ddd
Prev
Next
Show latest version
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
14ef8ddd
community/php7-pecl-igbinary: upgrade to 3.2.2RC1
· 14ef8ddd
Andy Postnikov
authored
4 years ago
community/php7-pecl-igbinary/APKBUILD
+
5
−
4
Options
@@ -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_rc
1.tgz"
Loading