summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-02-29 15:15:20 -0300
committerBermond2016-02-29 15:15:20 -0300
commitdd1a1138dd42d86589b166927280d831d4266b05 (patch)
tree78c7828e328c1553a544f83547357f5c784896c2
parent17b6759bb14ef7f27afbfb95c9ce929d67dba280 (diff)
downloadaur-dd1a1138dd42d86589b166927280d831d4266b05.tar.gz
Updated to version 6.9.3-6
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de4f4a5146ba..a944fdb6b4e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 21:17:39 UTC 2016
+# Mon Feb 29 18:15:16 UTC 2016
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
- pkgver = 6.9.3.5
- pkgrel = 4
+ pkgver = 6.9.3.6
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -67,8 +67,8 @@ pkgbase = imagemagick-full
backup = etc/ImageMagick-6/type-dejavu.xml
backup = etc/ImageMagick-6/type-ghostscript.xml
backup = etc/ImageMagick-6/type-windows.xml
- source = http://www.imagemagick.org/download/ImageMagick-6.9.3-5.tar.xz
- sha256sums = 1546ae5717eaab221e0613393d78a0862e6d37869b1d1d54ccee3c62275837bf
+ source = http://www.imagemagick.org/download/ImageMagick-6.9.3-6.tar.xz
+ sha256sums = 519b14a5f58f5b55a61bebd378aff63176d8c2e9d1eb23ee332d2cc73d11943f
pkgname = imagemagick-full
diff --git a/PKGBUILD b/PKGBUILD
index b625202ac6cd..99e4e8c29445 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="6.9.3-5"
+_srcver="6.9.3-6"
pkgname=imagemagick-full
pkgver="$(echo ${_srcver} | tr '-' '.')"
-pkgrel=4
+pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -45,7 +45,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=('1546ae5717eaab221e0613393d78a0862e6d37869b1d1d54ccee3c62275837bf')
+sha256sums=('519b14a5f58f5b55a61bebd378aff63176d8c2e9d1eb23ee332d2cc73d11943f')
build() {
cd "$_srcname"-"$_srcver"