Update static-compat-harfbuzz to 5.0.1

This commit is contained in:
Martchus 2022-07-25 00:12:52 +02:00
parent f8891f6177
commit feebfcda54
1 changed files with 2 additions and 5 deletions

View File

@ -3,7 +3,7 @@
_pkgname=harfbuzz
pkgname=static-compat-$_pkgname
pkgver=4.4.0
pkgver=5.0.1
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=8537d681728e141550b4470b591fa059f6ca2670 # tags/4.4.0^0
_commit=cbccadba8d1e51d6cc03a891b7c3a17f598e774c # tags/5.0.1^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
sha256sums=('SKIP')
@ -24,9 +24,6 @@ pkgver() {
prepare() {
cd harfbuzz
# https://github.com/harfbuzz/harfbuzz/issues/3684
git cherry-pick -n 69d53f3e7fde 5da341ce9235
}
build() {