[arch-commits] Commit in graphviz/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jan 30 09:53:04 UTC 2021


    Date: Saturday, January 30, 2021 @ 09:53:03
  Author: arojas
Revision: 406919

Update to 2.46.0

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-30 08:21:46 UTC (rev 406918)
+++ PKGBUILD	2021-01-30 09:53:03 UTC (rev 406919)
@@ -3,14 +3,14 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
-pkgver=2.44.1
-pkgrel=6
+pkgver=2.46.0
+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')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 'tk' 'qt5-base' 'gtk2' 'git')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 'tk' 'qt5-base' 'gtk2')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'
             'lua: lua bindings'
@@ -22,9 +22,9 @@
             'qt5-base: gvedit'
             'gtk2: gtk output plugin'
             'xterm: vimdot')
-source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz"
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
         'ghostscript918.patch')
-sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313'
+sha256sums=('31c44c47ab1c67017e9feed0a9da7075c4de27eb5931b516591e4da0d5fd4d24'
             '0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
 
 install=install



More information about the arch-commits mailing list