[arch-commits] Commit in php-imagick/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sun Sep 13 15:37:53 UTC 2020


    Date: Sunday, September 13, 2020 @ 15:37:53
  Author: freswa
Revision: 705148

fix FS#67887

Modified:
  php-imagick/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 14:58:45 UTC (rev 705147)
+++ PKGBUILD	2020-09-13 15:37:53 UTC (rev 705148)
@@ -3,12 +3,12 @@
 pkgname=php-imagick
 _name=imagick
 pkgver=3.4.4
-pkgrel=6
+pkgrel=7
 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-dejavu')
+depends=('php' 'imagemagick' 'ttf-font')
 checkdepends=('librsvg')
 backup=("etc/php/conf.d/${_name}.ini")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mkoppanen/${_name}/archive/${pkgver}.tar.gz"



More information about the arch-commits mailing list