diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-14 10:53:59 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-14 10:53:59 +0100 |
commit | 02e61c89c8b9d79879335bfbd66f9e6b59982848 (patch) | |
tree | fca57eeca21f97a06309051f625a2b7517b1ec71 /community/converseen | |
parent | 846195ec63b8881bda11580883ec06ae821a2669 (diff) | |
parent | 0bf564cf7a3d99207457267c75f92ceb67197537 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/erlang/PKGBUILD
community/ettercap/PKGBUILD
community/fcitx-mozc/PKGBUILD
community/libgexiv2/PKGBUILD
community/xmlrpc-c/PKGBUILD
extra/pidgin/PKGBUILD
extra/xorg-xrandr/PKGBUILD
Diffstat (limited to 'community/converseen')
-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 0c3f63fc5..075180ad7 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82692 2013-01-23 00:16:02Z eric $ +# $Id: PKGBUILD 84204 2013-02-13 17:18:42Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: archtux <antonio.arias99999 at gmail.com> pkgname=converseen -pkgver=0.5.2 -pkgrel=2 +pkgver=0.5.3 +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' 'qt' 'libwmf' 'openexr') makedepends=('cmake') install=converseen.install source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('7d0c4b73676d2939ba6230eaad3f6f55') +md5sums=('8064020c56a531bb190967369c907cec') build() { cd "${srcdir}" |