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

Gaëtan Bisson bisson at archlinux.org
Thu Aug 10 04:33:41 UTC 2017


    Date: Thursday, August 10, 2017 @ 04:33:40
  Author: bisson
Revision: 301835

fix FS#55072

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-10 03:33:17 UTC (rev 301834)
+++ PKGBUILD	2017-08-10 04:33:40 UTC (rev 301835)
@@ -5,12 +5,12 @@
 
 pkgname=graphviz
 pkgver=2.40.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
 arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 'gsfonts')
 makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 'qt4' 'gtk2')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'



More information about the arch-commits mailing list