Date: Tuesday, May 9, 2023 @ 22:33:17 Author: heftig Revision: 477034
7.3.0-1 Modified: harfbuzz/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-09 19:20:27 UTC (rev 477033) +++ PKGBUILD 2023-05-09 22:33:17 UTC (rev 477034) @@ -9,7 +9,7 @@ harfbuzz-utils harfbuzz-docs ) -pkgver=7.2.0 +pkgver=7.3.0 pkgrel=1 pkgdesc="OpenType text shaping engine" url="https://www.freedesktop.org/wiki/Software/HarfBuzz" @@ -33,7 +33,7 @@ python-fonttools python-setuptools ) -_commit=a321c4fee56b15247c10f9aa3db7e7ccb3b8173b # tags/7.2.0^0 +_commit=4584bcdc326564829d3cee3572386c90e4fd1974 # tags/7.3.0^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") b2sums=('SKIP') @@ -50,6 +50,7 @@ local meson_options=( -D graphite2=enabled ) + # Harfbuzz wants no exceptions CFLAGS="${CFLAGS/-fexceptions/}" CXXFLAGS="${CXXFLAGS/-fexceptions/}"
