From a85a0ed12692a4c7bd25f0d72a00b3e69a96bedd Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 15 May 2014 14:56:47 +0000 Subject: [PATCH] community/gmic to 1.5.9.0-1 --- community/gmic/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index e569d10aa..d2b8df36f 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -7,17 +7,16 @@ # ALARM: Kevin Mihelich # - remove -mtune=generic from makefile, replace with our CFLAGS - pkgbase=gmic pkgname=("gmic" "gimp-plugin-gmic" "zart") -pkgver=1.5.8.6 +pkgver=1.5.9.0 pkgrel=1 arch=("i686" "x86_64") url="http://gmic.sourceforge.net" license=("custom:CeCILL") makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2') source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz") -md5sums=('0df62707961248869477c58f6c7d7605') +md5sums=('b5b64887b48843e47641ebcf146f5ec7') prepare() { cd "${srcdir}/gmic-${pkgver}"