diff --git a/harfbuzz/static-compat/PKGBUILD b/harfbuzz/static-compat/PKGBUILD index 33795613..8af5b3cb 100644 --- a/harfbuzz/static-compat/PKGBUILD +++ b/harfbuzz/static-compat/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=harfbuzz pkgname=static-compat-$_pkgname -pkgver=4.3.0 +pkgver=4.4.0 pkgrel=1 pkgdesc="OpenType text shaping engine" url="https://www.freedesktop.org/wiki/Software/HarfBuzz" @@ -13,7 +13,7 @@ depends=(static-compat-glib2 static-compat-freetype2 static-compat-graphite) makedepends=(gobject-introspection ragel git python static-compat-meson) checkdepends=(python-fonttools python-setuptools) options=(!emptydirs !docs staticlibs) -_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 @@ pkgver() { prepare() { cd harfbuzz + + # https://github.com/harfbuzz/harfbuzz/issues/3684 + git cherry-pick -n 69d53f3e7fde 5da341ce9235 } build() {