[arch-commits] Commit in graphviz/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Jun 20 16:44:54 UTC 2021
Date: Sunday, June 20, 2021 @ 16:44:54
Author: arojas
Revision: 418483
Update to 2.47.3
Modified:
graphviz/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-20 12:11:04 UTC (rev 418482)
+++ PKGBUILD 2021-06-20 16:44:54 UTC (rev 418483)
@@ -3,7 +3,7 @@
# Contributor: John Proctor <jproctor at prium.net>
pkgname=graphviz
-pkgver=2.47.2
+pkgver=2.47.3
pkgrel=1
pkgdesc='Graph visualization software'
url='https://www.graphviz.org/'
@@ -24,7 +24,7 @@
'xterm: vimdot')
source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'ghostscript918.patch')
-sha256sums=('0f55cc79326fc1ff37aacf1e26ac0cd0e8eb5656035a470c8fb8b103fb4d4af3'
+sha256sums=('357ebf04201080a11551296a874099cf607fd1983a0dbe0342feed8be5af8d84'
'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
install=install
@@ -42,6 +42,7 @@
./configure --prefix=/usr \
--enable-python3=yes --disable-python
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
make
}
More information about the arch-commits
mailing list