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
Commits
c58cfa69
Commit
c58cfa69
authored
4 years ago
by
Andy Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
community/php8-pecl-apcu: add patch to fix ui
parent
1200b256
No related branches found
No related tags found
1 merge request
!17867
community/php8-pecl-apcu: add patch to fix ui
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/php8-pecl-apcu/APKBUILD
+5
-3
5 additions, 3 deletions
community/php8-pecl-apcu/APKBUILD
with
5 additions
and
3 deletions
community/php8-pecl-apcu/APKBUILD
+
5
−
3
View file @
c58cfa69
...
...
@@ -3,7 +3,7 @@
pkgname
=
php8-pecl-apcu
_extname
=
apcu
pkgver
=
5.1.19
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"PHP 8 extension APC User Cache - PECL"
url
=
"https://pecl.php.net/package/apcu"
arch
=
"all"
...
...
@@ -11,7 +11,8 @@ license="PHP-3.01"
depends
=
"php8-common"
makedepends
=
"php8-dev"
checkdepends
=
"php8-pcntl php8-session"
source
=
"
$pkgname
-
$pkgver
.tgz::https://pecl.php.net/get/
$_extname
-
$pkgver
.tgz"
source
=
"
$pkgname
-
$pkgver
.tgz::https://pecl.php.net/get/
$_extname
-
$pkgver
.tgz
fix-zero-ui.patch::https://github.com/krakjoe/apcu/commit/b8663e546d2b0ca2ec0f8f408b8e8665e52cb5b4.patch"
builddir
=
"
$srcdir
/
$_extname
-
$pkgver
"
build
()
{
...
...
@@ -38,4 +39,5 @@ package() {
echo
"extension=
$_extname
.so"
>
$_confdir
/
$_extname
.ini
}
sha512sums
=
"45077e3bd0eac207539e2eafe21968c71f49b8c8920168dbafa87961b041f1d348b6bf1c130104744bc541e1f690854f0a29062e9520db81c04edeee3ef2ed99 php8-pecl-apcu-5.1.19.tgz"
sha512sums
=
"45077e3bd0eac207539e2eafe21968c71f49b8c8920168dbafa87961b041f1d348b6bf1c130104744bc541e1f690854f0a29062e9520db81c04edeee3ef2ed99 php8-pecl-apcu-5.1.19.tgz
b1da042db282876696cb578a2420ea8d299c559a16c330b0d3f97212a71da9f03239be8d4e0a14fcf85a669caa7370846d1f4e1aabce13e832ef7dcbd7a512c3 fix-zero-ui.patch"
This diff is collapsed.
Click to expand it.
Andy Postnikov
@andypost
mentioned in merge request
!17868 (merged)
·
4 years ago
mentioned in merge request
!17868 (merged)
mentioned in merge request !17868
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment