diff options
Diffstat (limited to 'community/converseen/PKGBUILD')
-rw-r--r-- | community/converseen/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD index d67f341e3..f365c0205 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 88356 2013-04-16 16:20:52Z giovanni $ +# $Id: PKGBUILD 89888 2013-05-04 21:16:10Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: archtux <antonio.arias99999 at gmail.com> pkgname=converseen -pkgver=0.6 +pkgver=0.6.1 pkgrel=1 pkgdesc="The batch image converter and resizer" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('imagemagick' 'qt4' 'libwmf' 'openexr') makedepends=('cmake') install=converseen.install source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('fbb618d313980ed5ad754ba9ca06a05f') +md5sums=('15bf5783d3df2c0063b5c5b37d5c495c') build() { cd "${srcdir}" |