Date: Wednesday, June 29, 2022 @ 23:08:05 Author: heftig Revision: 1241748
4.4.1-1 Modified: lib32-harfbuzz/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-29 23:02:13 UTC (rev 1241747) +++ PKGBUILD 2022-06-29 23:08:05 UTC (rev 1241748) @@ -3,7 +3,7 @@ pkgbase=lib32-harfbuzz pkgname=(lib32-harfbuzz lib32-harfbuzz-icu) -pkgver=4.4.0 +pkgver=4.4.1 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=8537d681728e141550b4470b591fa059f6ca2670 # tags/4.4.0^0 +_commit=096aaa62a6e0d07c02a4894fc036efc927e5aaf9 # tags/4.4.1^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") sha256sums=('SKIP') @@ -24,9 +24,6 @@ prepare() { cd harfbuzz - - # https://github.com/harfbuzz/harfbuzz/issues/3684 - git cherry-pick -n 69d53f3e7fde 5da341ce9235 } build() {
