Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
graphviz
Commits:
0fd43371 by Lukas Fleischer at 2025-02-02T09:31:49-05:00
upgpkg: 12.2.1-1: update to 12.2.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = graphviz
pkgdesc = Graph visualization software
- pkgver = 12.1.2
- pkgrel = 2
+ pkgver = 12.2.1
+ pkgrel = 1
url = https://www.graphviz.org/
install = install
arch = x86_64
@@ -31,9 +31,9 @@ pkgbase = graphviz
optdepends = tcl: tcl bindings
optdepends = qt6-base: gvedit
optdepends = xterm: vimdot
- source =
https://gitlab.com/graphviz/graphviz/-/archive/12.1.2/graphviz-12.1.2.tar.gz
+ source =
https://gitlab.com/graphviz/graphviz/-/archive/12.2.1/graphviz-12.2.1.tar.gz
source = ghostscript918.patch
- sha256sums =
29ea6216aad2bc0bbc00e2274f24b7bf5a6ea0443c1533abf1b14d370542f186
+ sha256sums =
91d444b4dabdaf5bfa7c6fcc3a1ee5d41e588af6079ebc030f0acb79e48a56ea
sha256sums =
0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb
pkgname = graphviz
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: John Proctor <[email protected]>
pkgname=graphviz
-pkgver=12.1.2
-pkgrel=2
+pkgver=12.2.1
+pkgrel=1
pkgdesc='Graph visualization software'
url='https://www.graphviz.org/'
license=('EPL')
@@ -23,7 +23,7 @@ optdepends=('mono: sharp bindings'
'xterm: vimdot')
source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'ghostscript918.patch')
-sha256sums=('29ea6216aad2bc0bbc00e2274f24b7bf5a6ea0443c1533abf1b14d370542f186'
+sha256sums=('91d444b4dabdaf5bfa7c6fcc3a1ee5d41e588af6079ebc030f0acb79e48a56ea'
'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
install=install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/graphviz/-/commit/0fd43371764fd311bb3afb376e0e5c5ca2342b6f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/graphviz/-/commit/0fd43371764fd311bb3afb376e0e5c5ca2342b6f
You're receiving this email because of your account on gitlab.archlinux.org.