Skip to content

Commit

Permalink
updpatch: graphviz 8.1.0-2
Browse files Browse the repository at this point in the history
Fix rotten patch.
  • Loading branch information
hack3ric authored and felixonmars committed Aug 9, 2023
1 parent f09b5ae commit ce2fd3d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions graphviz/riscv64.patch
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit ce2fd3d

Please sign in to comment.