diff options
Diffstat (limited to 'testing/cinepaint/PKGBUILD')
-rw-r--r-- | testing/cinepaint/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cinepaint/PKGBUILD b/testing/cinepaint/PKGBUILD index d207cea74..3dea42c8a 100644 --- a/testing/cinepaint/PKGBUILD +++ b/testing/cinepaint/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 161639 2012-06-12 18:43:54Z andyrtr $ +# $Id: PKGBUILD 169631 2012-10-25 01:34:53Z eric $ # Maintainer: tobias [tobias.archlinux.org] # Contributor: tobias [tobias.justdreams.de] pkgname=cinepaint pkgver=1.3 -pkgrel=2 +pkgrel=5 pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit pictures" arch=('i686' 'x86_64') license=('LGPL' 'GPL' 'MIT') url="http://www.cinepaint.org" depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm') -makedepends=('python2' 'gutenprint>=5.2.8') +makedepends=('python2' 'gutenprint>=5.2.9') optdepends=('python2: for python plug-ins' 'gutenprint: for print plug-ins' 'ghostscript: for pdf plug-ins') |