[arch-commits] Commit in graphviz/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sun Dec 4 10:42:14 UTC 2011


    Date: Sunday, December 4, 2011 @ 05:42:14
  Author: bisson
Revision: 144295

fix FS#27442

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-04 09:51:04 UTC (rev 144294)
+++ PKGBUILD	2011-12-04 10:42:14 UTC (rev 144295)
@@ -1,16 +1,17 @@
 # $Id$
+
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: kevin <kevin at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
 pkgver=2.28.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
 arch=('i686' 'x86_64')
-depends=('gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
 makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'




More information about the arch-commits mailing list