Date: Friday, May 15, 2020 @ 10:38:54 Author: arojas Revision: 628029
Add missing graphicsmagick dependency Modified: gmic/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-15 10:34:58 UTC (rev 628028) +++ PKGBUILD 2020-05-15 10:38:54 UTC (rev 628029) @@ -7,7 +7,7 @@ pkgbase=gmic pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic) pkgver=2.9.0 -pkgrel=6 +pkgrel=7 arch=(x86_64) url="https://gmic.eu/" license=(custom:CeCILL) @@ -67,7 +67,7 @@ package_gmic() { pkgdesc="GREYC's Magic Image Converter: image processing framework" - depends=(opencv fftw curl) + depends=(graphicsmagick opencv fftw) optdepends=('qt5-base: for the Qt UI') cd build
