Date: Sunday, February 26, 2012 @ 16:43:38 Author: bisson Revision: 151504
upstream update Modified: graphicsmagick/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-26 20:39:48 UTC (rev 151503) +++ PKGBUILD 2012-02-26 21:43:38 UTC (rev 151504) @@ -5,8 +5,8 @@ # Contributor: Anton Leontiev <bun...@t-25.ru> pkgname=graphicsmagick -pkgver=1.3.13 -pkgrel=2 +pkgver=1.3.14 +pkgrel=1 pkgdesc='Image processing system' url='http://www.graphicsmagick.org/' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl') options=('!libtool') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz") -sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6') +sha1sums=('307fb59e60685721c365da4c2f593523743ca599') build() { cd "${srcdir}/GraphicsMagick-${pkgver}"