Date: Sunday, October 17, 2021 @ 10:43:08 Author: arojas Revision: 426104
Update to 2.49.2 Modified: graphviz/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-17 10:16:22 UTC (rev 426103) +++ PKGBUILD 2021-10-17 10:43:08 UTC (rev 426104) @@ -3,7 +3,7 @@ # Contributor: John Proctor <[email protected]> pkgname=graphviz -pkgver=2.49.1 +pkgver=2.49.2 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=('f62f644aa9b9c03cb14f0dc351a28525c055cd7951614c0b7efa6af66d4a8fb7' +sha256sums=('3d61cfc53e16b28be4df2c0ecfbc8b9dade07180fa83cef91b66270d14fb903b' '0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb') install=install @@ -41,7 +41,7 @@ export CXXFLAGS+=' -fPIC -fpermissive' ./configure --prefix=/usr \ - --enable-python3=yes --disable-python + --enable-python3=yes --disable-python --enable-lefty sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking make }
