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 c324f06d4..bb0935d2c 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 60165 2011-12-06 10:42:48Z giovanni $ +# $Id: PKGBUILD 61388 2011-12-30 00:12:01Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: archtux <antonio.arias99999 at gmail.com> pkgname=converseen pkgver=0.4.7 -pkgrel=1 +pkgrel=2 pkgdesc="The batch image converter and resizer" arch=('i686' 'x86_64') url="http://converseen.sourceforge.net/" license=('GPL3') -depends=('imagemagick' 'qt') +depends=('imagemagick' 'qt' 'libwmf' 'openexr') makedepends=('cmake') install=converseen.install source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") |