Date: Tuesday, May 2, 2023 @ 15:54:20
  Author: arojas
Revision: 476343

upgpkg: graphviz 8.0.5-1: Update to 8.0.5, switch to Qt 6

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 15:17:41 UTC (rev 476342)
+++ PKGBUILD    2023-05-02 15:54:20 UTC (rev 476343)
@@ -3,14 +3,14 @@
 # Contributor: John Proctor <jproc...@prium.net>
 
 pkgname=graphviz
-pkgver=8.0.4
-pkgrel=2
+pkgver=8.0.5
+pkgrel=1
 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' 'qt5-base' 'gtk2')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.14.0' 'perl' 'python' 'r' 
'tk' 'qt6-base' 'gtk2')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'
             'lua: lua bindings'
@@ -19,12 +19,12 @@
             'python: python bindings'
             'r: r bindings'
             'tcl: tcl bindings'
-            'qt5-base: gvedit'
+            'qt6-base: gvedit'
             'gtk2: gtk output plugin'
             'xterm: vimdot')
 
source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz";
         'ghostscript918.patch')
-sha256sums=('7b9fb6bdc2a79c38edd43a68d1383937e698210acf395bba63f0a07da693f3ac'
+sha256sums=('dd06f45f5bbcb1c7cbc67adab5359da2cd4b40533dc7c7424b3fc0e998bbd6c9'
             '0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
 install=install
 

Reply via email to