diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-05 16:43:59 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-05 16:43:59 +0200 |
commit | eea781ff51db0dcc8e7263625d9b206d8b498b14 (patch) | |
tree | 1c36f59ff34ac845dad77ddb50cde427c5dc1bd4 /community/converseen | |
parent | 64552a84f9eb436e191d738ef4ebc552a768048d (diff) | |
parent | 7a600dcabb6923ee79d36a4eaab2fc6867bdb807 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/dbus/PKGBUILD
extra/opus/PKGBUILD
extra/ypbind-mt/PKGBUILD
Diffstat (limited to 'community/converseen')
-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}" |