Skip to content

Commit

Permalink
updpatch: graphviz 10.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Mar 8, 2024
1 parent 616386b commit aa7f468
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions graphviz/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
diff --git PKGBUILD PKGBUILD
index d35ccdc..b90c921 100644
--- PKGBUILD
+++ PKGBUILD
@@ -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' 'perl' 'python' 'r' 'tk' 'qt6-base' 'gtk2')
-makedepends=('swig' 'mono' 'guile' 'lua' 'perl' 'python' 'r' 'tk' 'qt6-base')
-optdepends=('mono: sharp bindings'
- 'guile: guile bindings'
+makedepends=('swig' 'guile' 'lua' 'perl' 'python' 'r' 'tk' 'qt6-base' 'gtk2')
+makedepends=('swig' 'guile' 'lua' 'perl' 'python' 'r' 'tk' 'qt6-base')
+optdepends=('guile: guile bindings'
'lua: lua bindings'
'perl: perl bindings'
Expand Down

0 comments on commit aa7f468

Please sign in to comment.