diff --git a/graphviz/riscv64.patch b/graphviz/riscv64.patch index 8f3d49dd0..b21128600 100644 --- a/graphviz/riscv64.patch +++ b/graphviz/riscv64.patch @@ -1,11 +1,14 @@ --- PKGBUILD +++ PKGBUILD -@@ -10,7 +10,7 @@ url='https://www.graphviz.org/' +@@ -11,9 +11,8 @@ 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' 'guile' 'lua' 'ocaml>=4.14.0' 'perl' 'python' 'r' 'tk' 'qt6-base' 'gtk2') - optdepends=('mono: sharp bindings' - 'guile: guile bindings' +-makedepends=('swig' 'mono' 'guile' 'lua' 'perl' 'python' 'r' 'tk' 'qt6-base' 'gtk2') +-optdepends=('mono: sharp bindings' +- 'guile: guile bindings' ++makedepends=('swig' 'guile' 'lua' 'perl' 'python' 'r' 'tk' 'qt6-base' 'gtk2') ++optdepends=('guile: guile bindings' 'lua: lua bindings' + 'perl: perl bindings' + 'python: python bindings'