Date: Monday, June 27, 2022 @ 21:24:24 Author: heftig Revision: 1239763
4.4.0-1 Modified: lib32-harfbuzz/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-27 21:14:32 UTC (rev 1239762) +++ PKGBUILD 2022-06-27 21:24:24 UTC (rev 1239763) @@ -3,7 +3,7 @@ pkgbase=lib32-harfbuzz pkgname=(lib32-harfbuzz lib32-harfbuzz-icu) -pkgver=4.3.0 +pkgver=4.4.0 pkgrel=1 pkgdesc="OpenType text shaping engine - 32-bit" url="https://www.freedesktop.org/wiki/Software/HarfBuzz" @@ -13,7 +13,7 @@ harfbuzz) checkdepends=(python-fonttools python-setuptools) options=(debug) -_commit=aee123fc83388b8f5acfb301d87bd92eccc5b843 # tags/4.3.0^0 +_commit=8537d681728e141550b4470b591fa059f6ca2670 # tags/4.4.0^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") sha256sums=('SKIP') @@ -24,6 +24,9 @@ prepare() { cd harfbuzz + + # https://github.com/harfbuzz/harfbuzz/issues/3684 + git cherry-pick -n 69d53f3e7fde 5da341ce9235 } build() {
