Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
graphviz
Commits:
03afb200 by Antonio Rojas at 2024-09-12T23:14:19+02:00
upgpkg: 12.1.1-1: Update to 12.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = graphviz
pkgdesc = Graph visualization software
- pkgver = 12.1.0
- pkgrel = 2
+ pkgver = 12.1.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.0/graphviz-12.1.0.tar.gz
+ source =
https://gitlab.com/graphviz/graphviz/-/archive/12.1.1/graphviz-12.1.1.tar.gz
source = ghostscript918.patch
- sha256sums =
4946eecb34fac499a5f6c193ec5a08094cfa26e00b740484da8917889637923a
+ sha256sums =
8fea54ab3ae6f2456df2f1ee8060f0262f2f4434c5b6ece2216777a2505a88e3
sha256sums =
0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb
pkgname = graphviz
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: John Proctor <[email protected]>
pkgname=graphviz
-pkgver=12.1.0
-pkgrel=2
+pkgver=12.1.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=('4946eecb34fac499a5f6c193ec5a08094cfa26e00b740484da8917889637923a'
+sha256sums=('8fea54ab3ae6f2456df2f1ee8060f0262f2f4434c5b6ece2216777a2505a88e3'
'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
install=install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/graphviz/-/commit/03afb200e59a70e3fb17c1386565bc908acaff77
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/graphviz/-/commit/03afb200e59a70e3fb17c1386565bc908acaff77
You're receiving this email because of your account on gitlab.archlinux.org.