summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-06-07 17:33:58 -0300
committerBermond2016-06-07 17:33:58 -0300
commit8cc0ab5105ed99d7c9a777616ff032c3726c6376 (patch)
tree14dd611b28bbc64ee83e6c51fe1e002eca1990c6 /PKGBUILD
parent30053ab54ad6a8c5d5cabe2c286053a0d20cbb2b (diff)
downloadaur-8cc0ab5105ed99d7c9a777616ff032c3726c6376.tar.gz
Updated to version 7.0.1.10
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea7f2e2e5144..3bc4fb9e9a94 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ _srcname="ImageMagick"
_srcver=$(curl -s "$_digest" | grep "${_srcname}\-7[0-9\.\-]*\.tar\.xz" | sed 's/[^0-9\.\-]*//g' | sed -r 's/.//;s/.{2}$//')
pkgname=imagemagick-full
pkgver="$(echo ${_srcver} | tr '-' '.')"
-pkgrel=3
+pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"