summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d323a6cac637..abb28b5fc3e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 15:15:28 UTC 2017
+# Tue Apr 25 17:04:36 UTC 2017
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
- pkgver = 7.0.5.4
- pkgrel = 2
+ pkgver = 7.0.5.5
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -73,8 +73,8 @@ pkgbase = imagemagick-full
backup = etc/ImageMagick-7/type-dejavu.xml
backup = etc/ImageMagick-7/type-ghostscript.xml
backup = etc/ImageMagick-7/type-windows.xml
- source = http://www.imagemagick.org/download/ImageMagick-7.0.5-4.tar.xz
- sha256sums = 4a1dde5bdfec0fc549955a051be25b7ff96dfb192060997699e43c7ce0f06ab2
+ source = http://www.imagemagick.org/download/ImageMagick-7.0.5-5.tar.xz
+ sha256sums = c3644119dce993aa241fa08eced2cb6043fb5345f0eee7a7822a497f1142ebe3
pkgname = imagemagick-full
diff --git a/PKGBUILD b/PKGBUILD
index 063ce1241dab..9f05d9785144 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ _srcver="$(curl -s "$_digest" | grep -o "${_srcname}-7[0-9\.-]*\.tar\.xz" | \
_srcverregex="$(echo "$_srcver" | sed 's/\./\\\./g')" # translate to a regular expression
pkgname=imagemagick-full
pkgver="$(echo "$_srcver"| tr '-' '.')"
-pkgrel=2
+pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"