[skip-ci] graphicsmagick: update to 1.3.30 to fix security issues.

This commit is contained in:
Jeff Huang 2018-10-19 15:05:12 +02:00
parent bbd36282d3
commit 23355eada7

View File

@ -1,5 +1,5 @@
pkgname=graphicsmagick pkgname=graphicsmagick
pkgver=1.3.27 pkgver=1.3.30
pkgrel=1 pkgrel=1
pkgdesc="Image processing system" pkgdesc="Image processing system"
arch=('x86_64') arch=('x86_64')
@ -9,7 +9,7 @@ makedepends=('perl')
depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'libsm' 'libpng' depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'libsm' 'libpng'
'libtiff' 'libwmf' 'libxml2' 'libltdl' 'libxext' 'xz' 'perl') 'libtiff' 'libwmf' 'libxml2' 'libltdl' 'libxext' 'xz' 'perl')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz") source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz")
sha1sums=('f334cfc6f03e6d4dfea8d9fe0643820649d20f7a') sha1sums=('e9b1f6b84739eef3e112d4905e3d72b1e6983abd')
build() { build() {
cd "${srcdir}/GraphicsMagick-$pkgver" cd "${srcdir}/GraphicsMagick-$pkgver"