Date: Thursday, March 30, 2023 @ 15:26:00 Author: arojas Revision: 472202
upgpkg: graphviz 8.0.1-1: Update to 8.0.1, drop unused dependencies (FS#78050) Modified: graphviz/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-30 11:41:20 UTC (rev 472201) +++ PKGBUILD 2023-03-30 15:26:00 UTC (rev 472202) @@ -3,13 +3,13 @@ # Contributor: John Proctor <[email protected]> pkgname=graphviz -pkgver=7.1.0 +pkgver=8.0.1 pkgrel=1 pkgdesc='Graph visualization software' url='https://www.graphviz.org/' license=('EPL') arch=('x86_64') -depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 'gsfonts' 'libnsl' 'libpng') +depends=('libltdl' 'gd' 'librsvg' 'ghostscript' 'pango' 'gts' 'gsfonts') makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.14.0' 'perl' 'python' 'r' 'tk' 'qt5-base' 'gtk2') optdepends=('mono: sharp bindings' 'guile: guile bindings' @@ -24,7 +24,7 @@ 'xterm: vimdot') source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz" 'ghostscript918.patch') -sha256sums=('8b28a283644a8442e6925b15d95055228d25172c7c30681810625616cbb23913' +sha256sums=('6698926f671681210a87f425d7b09bd346222f0763a5ef8a2bc6d518361c44c4' '0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb') install=install
