mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/imagemagick: forgot single quote
This commit is contained in:
parent
2f8eb5ea0a
commit
fbbfb80f90
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ check() {
|
|||
|
||||
package_imagemagick() {
|
||||
pkgdesc="An image viewing/manipulation program"
|
||||
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr)
|
||||
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
|
||||
optdepends=('ghostscript: for Ghostscript support'
|
||||
'openexr: for OpenEXR support'
|
||||
'libwmf: for WMF support'
|
||||
|
|
Loading…
Reference in a new issue