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

Gaëtan Bisson bisson at archlinux.org
Sat Jan 18 00:54:26 UTC 2020


    Date: Saturday, January 18, 2020 @ 00:54:25
  Author: bisson
Revision: 373665

fix FS#65018

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 23:51:53 UTC (rev 373664)
+++ PKGBUILD	2020-01-18 00:54:25 UTC (rev 373665)
@@ -4,19 +4,20 @@
 
 pkgname=graphviz
 pkgver=2.42.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph visualization software'
 url='https://www.graphviz.org/'
 license=('EPL')
 arch=('x86_64')
 depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 'gsfonts' 'libnsl')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 'qt5-base' 'gtk2' 'git')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python' 'python2' 'r' 'tk' 'qt5-base' 'gtk2' 'git')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'
             'lua: lua bindings'
             'ocaml: ocaml bindings'
             'perl: perl bindings'
-            'python2: python bindings'
+            'python: python bindings'
+            'python2: python2 bindings'
             'r: r bindings'
             'tcl: tcl bindings'
             'qt5-base: gvedit'



More information about the arch-commits mailing list