Date: Friday, October 9, 2015 @ 18:52:17 Author: bisson Revision: 248701
upstream update Modified: graphicsmagick/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-09 15:17:59 UTC (rev 248700) +++ PKGBUILD 2015-10-09 16:52:17 UTC (rev 248701) @@ -5,8 +5,8 @@ # Contributor: Anton Leontiev <[email protected]> pkgname=graphicsmagick -pkgver=1.3.21 -pkgrel=2 +pkgver=1.3.22 +pkgrel=1 pkgdesc='Image processing system' url='http://www.graphicsmagick.org/' arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff') depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz") -sha1sums=('bd3c543520b810999348e52d4abad6b59069f78b') +sha1sums=('d397bcec3eb5d18364037e3aa167f6069d1df4ff') options=('!emptydirs' 'libtool')
