summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbf6022d982b..c6fb8cf2434c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
pkgver = 7.0.7.27
- pkgrel = 2
+ pkgrel = 3
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -90,7 +90,7 @@ pkgbase = imagemagick-full
depends = libfpx
depends = libraqm
depends = libumem-git
- source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git#commit=b9cf73a9e1600c84b1b695447433850bd7d28e19
+ source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git#commit=734b146dfe3fd8382b052a8419081b3bb905a93c
source = arch-fonts.diff
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
@@ -122,7 +122,7 @@ pkgname = libmagick-full
backup = etc//type-ghostscript.xml
pkgname = imagemagick-full
- depends = libmagick-full=7.0.7.27-2
+ depends = libmagick-full=7.0.7.27-3
depends = perl>=
depends = perl<
optdepends = imagemagick-full-doc: manual and API docs
@@ -137,7 +137,7 @@ pkgname = imagemagick-full
options = !emptydirs
pkgname = imagemagick-full-doc
- pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features) (utilities manuals and libraries API)
+ pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features) (manual and API docs)
arch = any
provides = imagemagick-doc
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index b0d34c86d396..e4fde7623afd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,13 +22,13 @@ _urw_font_dir='/usr/share/fonts/gsfonts'
_windows_font_dir='/usr/share/fonts/WindowsFonts'
_1st_apple_font_dir='/usr/share/fonts/TTF'
_2nd_apple_font_dir='/usr/share/fonts/Type1'
-_commit='b9cf73a9e1600c84b1b695447433850bd7d28e19'
+_commit='734b146dfe3fd8382b052a8419081b3bb905a93c'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('libmagick-full' 'imagemagick-full' 'imagemagick-full-doc')
pkgver=7.0.7.27
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"
url='http://www.imagemagick.org/'
@@ -143,11 +143,10 @@ build() {
}
package_libmagick-full() {
- local _srcver="${pkgver%.*}-${pkgver##*.}"
- local _majorver="${_srcver%%.*}"
+ local _majorver="${pkgver%%.*}"
local _etcdir="ImageMagick-${_majorver}"
- pkgdesc+=" (library)"
+ pkgdesc+=' (library)'
backup=(etc/"$_etcdir"/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
options=('!emptydirs' 'libtool')
provides=('libmagick'
@@ -225,7 +224,7 @@ package_imagemagick-full() {
}
package_imagemagick-full-doc() {
- pkgdesc+=" (utilities manuals and libraries API)"
+ pkgdesc+=' (manual and API docs)'
arch=('any')
provides=('imagemagick-doc')
conflicts=('imagemagick-doc' 'imagemagick-git-doc' 'imagemagick-full-doc-git')