Date: Thursday, May 18, 2023 @ 12:45:53
  Author: juergen
Revision: 478005

Remove OCaml: swig generation for OCaml 5.0 is broken

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 12:15:31 UTC (rev 478004)
+++ PKGBUILD    2023-05-18 12:45:53 UTC (rev 478005)
@@ -4,17 +4,16 @@
 
 pkgname=graphviz
 pkgver=8.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph visualization software'
 url='https://www.graphviz.org/'
 license=('EPL')
 arch=('x86_64')
 depends=('libltdl' 'gd' 'librsvg' 'ghostscript' 'pango' 'gts' 'gsfonts')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.14.0' 'perl' 'python' 'r' 
'tk' 'qt6-base' 'gtk2')
+makedepends=('swig' 'mono' 'guile' 'lua' 'perl' 'python' 'r' 'tk' 'qt6-base' 
'gtk2')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'
             'lua: lua bindings'
-            'ocaml: ocaml bindings'
             'perl: perl bindings'
             'python: python bindings'
             'r: r bindings'

Reply via email to