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

community/php8-pecl-apcu: add patch to fix ui

parent 1200b256
No related branches found
No related tags found
1 merge request!17867community/php8-pecl-apcu: add patch to fix ui
......@@ -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"
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