summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-06-30 16:21:37 -0300
committerBermond2016-06-30 16:21:37 -0300
commit6054edb9a0d9306dbc1c1d9961c85be4e4c1b93d (patch)
treeed8084b1df97aa381f565ba366b75c6bbce62cbb
parentcdd2bf156bf22b93d16af034c64840a2e0b67912 (diff)
downloadaur-6054edb9a0d9306dbc1c1d9961c85be4e4c1b93d.tar.gz
Change order of options to match configure script
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2daadc59e4ed..ba7f69d084c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 4 02:06:12 UTC 2016
+# Thu Jun 30 19:21:24 UTC 2016
pkgbase = imagemagick-full-git
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)
- pkgver = 7.0.1.10.r10954.g83bceaa
+ pkgver = 7.0.2.3.r11035.g32b5039
pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index faa638c1663b..17eea6d33017 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _dejavu_font_dir="/usr/share/fonts/TTF"
_gs_font_dir="/usr/share/fonts/Type1"
_windows_font_dir="/usr/share/fonts/WindowsFonts"
pkgname=imagemagick-full-git
-pkgver=7.0.1.10.r10954.g83bceaa
+pkgver=7.0.2.3.r11035.g32b5039
pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
@@ -66,17 +66,17 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
- --enable-static=no \
- --enable-shared=yes \
- --enable-fast-install=yes \
--enable-openmp \
--enable-opencl \
--enable-largefile \
+ --enable-static=no \
+ --enable-shared=yes \
+ --enable-fast-install=yes \
+ --disable-delegate-build \
--enable-cipher \
--enable-hdri \
--enable-hugepages \
--enable-docs \
- --disable-delegate-build \
--with-threads \
--with-modules \
--with-quantum-depth=32 \