[arch-commits] Commit in php-imagick/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Nov 7 23:41:57 UTC 2020
Date: Saturday, November 7, 2020 @ 23:41:57
Author: arojas
Revision: 746412
imagemagick 7.0.10.37 rebuild, add ttf-dejavu checkdepends since otherwise many tests are failing after the latest commit
Modified:
php-imagick/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-07 23:40:09 UTC (rev 746411)
+++ PKGBUILD 2020-11-07 23:41:57 UTC (rev 746412)
@@ -3,13 +3,13 @@
pkgname=php-imagick
_name=imagick
pkgver=3.4.4
-pkgrel=7
+pkgrel=8
pkgdesc="PHP extension to create and modify images using the ImageMagick library"
arch=('x86_64')
url="https://github.com/mkoppanen/imagick"
license=('PHP')
depends=('php' 'imagemagick' 'ttf-font')
-checkdepends=('librsvg')
+checkdepends=('librsvg' 'ttf-dejavu')
backup=("etc/php/conf.d/${_name}.ini")
source=("$pkgname-$pkgver.tar.gz::https://github.com/mkoppanen/${_name}/archive/${pkgver}.tar.gz"
"${pkgname}-3.4.4-imagemagick_threading.patch::https://github.com/Imagick/imagick/pull/296.patch")
More information about the arch-commits
mailing list