Skip to content

Commit

Permalink
graphviz: update to 12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 29, 2024
1 parent c9bdd47 commit c92cfd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mingw-w64-graphviz/0006-tclpkg-fix-dll-extension.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
+SO_DLL ?= so
+endif
+
SUBDIRS = tclstubs tclhandle gdtclft tcldot tclpathplan gv
SUBDIRS = tclstubs gdtclft tcldot tclpathplan gv

pkgIndex.tcl: $(TCL_PKGINDEX) $(TCL_PKGINDEX_GD) $(TCL_PKGINDEX_SWIG)
@@ -35,7 +41,7 @@
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-graphviz/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=graphviz
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
$([[ ${CARCH} == i686 ]] || echo "${MINGW_PACKAGE_PREFIX}-${_realname}-docs"))
pkgver=12.1.1
pkgver=12.1.2
pkgrel=1
pkgdesc="Graph Visualization Software (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -59,13 +59,13 @@ source=(https://gitlab.com/graphviz/graphviz/-/archive/${pkgver}/graphviz-${pkgv
0005-makefile-no-undefined.patch
0006-tclpkg-fix-dll-extension.patch)
noextract=("graphviz-${pkgver}.tar.bz2")
sha256sums=('c4083e7b746e53f02f6e86de5d5d207a4e2fd0390b7a30476ff0e368d2d8b695'
sha256sums=('2829013236e8ad23bfc96307e0d2928ccfb423bdd289808bca38d228038a9bbe'
'327e75c8c3a8fef2803ce3301e1a3132c6364d297b50f19bf791dd6f0452a81a'
'f8835eb89d59b3a83b8c94aba28272b03693d08505889f3cb36941b266f26830'
'21cc8c686af53355ae345236a92ae16181eb85e999ff961c612aa4e3c1ccbd79'
'cee214ebd9b3d905fb502a8a5009015198774a1c18afd49a870ce57e14ddd00d'
'303fbd53d7502582f36acd384f6b306607ffcd35aab4a94b057307734ece51ae'
'81e263239469f53d5d96c64ebf67040104827d1c37f77af581a9aaa10314455a')
'7428d8454198f4748e93ca328c53761d4754f9db3def444304caa315f661e390')

_apply_patch_with_msg() {
for _patch in "$@"
Expand Down

0 comments on commit c92cfd8

Please sign in to comment.