diff options
Diffstat (limited to 'community/converseen/PKGBUILD')
-rw-r--r-- | community/converseen/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD index 0337063b1..3579c5c98 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 97491 2013-09-21 18:36:28Z eric $ +# $Id: PKGBUILD 99619 2013-10-30 16:13:52Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: archtux <antonio.arias99999 at gmail.com> pkgname=converseen -pkgver=0.6.4 -pkgrel=3 +pkgver=0.6.5 +pkgrel=1 pkgdesc="The batch image converter and resizer" arch=('i686' 'x86_64' 'mips64el') url="http://converseen.sourceforge.net/" @@ -13,7 +13,7 @@ depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp') makedepends=('cmake') install=converseen.install source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('072cb40a495e539661ea789131555f79') +md5sums=('7db27020d6071f73eea23655d5272055') build() { cd "${srcdir}" |