From 09ace05063541558fb121aba32dca009437768c2 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 4 Aug 2023 12:20:33 +0200 Subject: [PATCH] Update static-compat-harfbuzz to 8.1.1 --- harfbuzz/static-compat/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harfbuzz/static-compat/PKGBUILD b/harfbuzz/static-compat/PKGBUILD index f0892b4b..8808615b 100644 --- a/harfbuzz/static-compat/PKGBUILD +++ b/harfbuzz/static-compat/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=harfbuzz pkgname=static-compat-$_pkgname -pkgver=8.0.1 +pkgver=8.1.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=d160d9389cb4c5b15ebea9b41eb74018c4358924 # tags/8.0.1^0 +_commit=1d665c2b521512cdd56964138fc601debd1f1177 # tags/8.1.1^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") sha256sums=('SKIP')