summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-11-05 14:46:40 -0200
committerDaniel Bermond2017-11-05 14:46:40 -0200
commitb0cf4c61c30ca1f299ceaf4e149253881a6a9135 (patch)
treecc5d1288e7a58a5692f25cff94999da51502581b /PKGBUILD
parentc95e0c3d6012810828146ac91a3e7c20084ef87a (diff)
downloadaur-b0cf4c61c30ca1f299ceaf4e149253881a6a9135.tar.gz
Add --with-raw to configure options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a284182f558..0a8db0dc1cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ _qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
pkgver="$(printf '%s' "$_srcver"| tr '-' '.')" # ImageMagick does not provide a download archive of all previous versions
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url='http://www.imagemagick.org/'
license=('custom')
@@ -102,6 +102,7 @@ build() {
--with-openexr \
--with-pango \
--with-png \
+ --with-raw \
--with-rsvg \
--with-tiff \
--with-webp \