summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imagemagick-compat/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/imagemagick-compat/PKGBUILD b/imagemagick-compat/PKGBUILD
index 7804468..45715a8 100644
--- a/imagemagick-compat/PKGBUILD
+++ b/imagemagick-compat/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kj_sh604 <406hs_jk@proton.me>
pkgname=imagemagick
-pkgver=7.1.2.4
+pkgver=7.1.2.5
_pkgver=${pkgver%.*}-${pkgver##*.}
pkgrel=1
pkgdesc='An image viewing/manipulation program with "convert" compatibility wrapper script'
@@ -43,7 +43,7 @@ optdepends=('ghostscript: PS/PDF support'
'djvulibre: DJVU support'
'pango: Text rendering')
options+=(!emptydirs libtool)
-backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
+backup=(etc/ImageMagick-7/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
provides=(libmagick)
makedepends=(chrpath
djvulibre
@@ -68,7 +68,7 @@ checkdepends=(gsfonts
ttf-dejavu)
replaces=(imagemagick-doc)
source=(git+https://github.com/ImageMagick/ImageMagick#tag=$_pkgver)
-sha256sums=('7b14d6013830f0ca29b320f39a1e135929d5e0f1babaae9ed87d4751f7e8b146')
+sha256sums=('5dcfddd4770b9c9d463324655e78bdec02c370ef00d9ca28863418f03f3561db')
build() {
cd ImageMagick