aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2018-12-24 07:57:36 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-14 11:37:51 +0000
commit8801640dac36e5796870ea81cad9ae68f3d7af86 (patch)
tree82ea74c7b16477db7114160419242a23c7516cc0
parentfda7e51568483590e3ad2ed9ee2f3097d5c3d25e (diff)
community/php7-pecl-imagick: Fix build against PHP 7.3
When building against PHP 7.3.0 the build fails due to missing pcre2 headers. This commit adds this dependency.
-rw-r--r--community/php7-pecl-imagick/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-imagick/APKBUILD b/community/php7-pecl-imagick/APKBUILD
index 2b3e8cdf8b8..51ae281dc2e 100644
--- a/community/php7-pecl-imagick/APKBUILD
+++ b/community/php7-pecl-imagick/APKBUILD
@@ -3,14 +3,14 @@
pkgname=php7-pecl-imagick
_pkgreal=imagick
pkgver=3.4.4
-pkgrel=0
+pkgrel=1
pkgdesc="PHP extension provides a wrapper to the ImageMagick library - PECL"
url="https://pecl.php.net/package/imagick"
arch="all"
license="PHP-3.01"
depends="php7-common"
checkdepends="ghostscript-fonts"
-makedepends="php7-dev autoconf libtool imagemagick-dev pcre-dev re2c"
+makedepends="php7-dev autoconf libtool imagemagick-dev pcre2-dev re2c"
subpackages="$pkgname-dev"
source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz
fix-affineTransformImage-test.patch