summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2935930d6b1e..ab32bb493ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 7 23:24:03 UTC 2016
+# Fri May 13 15:41:02 UTC 2016
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
- pkgver = 7.0.1.1
- pkgrel = 2
+ pkgver = 7.0.1.3
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -68,8 +68,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.1-1.tar.xz
- sha256sums = d7b6c9fcd2278e3c29dc57ac2da64673f35a7ca79a74bfe90d173d170db6b2c9
+ source = http://www.imagemagick.org/download/ImageMagick-7.0.1-3.tar.xz
+ sha256sums = 4f5a39f145bb0326f811e0826a9216b8c449ee4485550aa8c2e7cfdaf26f08a0
pkgname = imagemagick-full
diff --git a/PKGBUILD b/PKGBUILD
index ae90486bbe9e..011192399937 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,10 +15,10 @@ _dejavu_font_dir="/usr/share/fonts/TTF"
_gs_font_dir="/usr/share/fonts/Type1"
_windows_font_dir="/usr/share/fonts/WindowsFonts"
_srcname="ImageMagick"
-_srcver="7.0.1-1"
+_srcver="7.0.1-3"
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/"
@@ -47,7 +47,7 @@ backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
"etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
options=('!docs' 'libtool' '!emptydirs')
source=("http://www.imagemagick.org/download/${_srcname}-${_srcver}.tar.xz")
-sha256sums=('d7b6c9fcd2278e3c29dc57ac2da64673f35a7ca79a74bfe90d173d170db6b2c9')
+sha256sums=('4f5a39f145bb0326f811e0826a9216b8c449ee4485550aa8c2e7cfdaf26f08a0')
build() {
cd "$_srcname"-"$_srcver"