* update harfbuzz to 7.2.0-1

This commit is contained in:
Alexander Baldeck 2023-05-12 22:57:57 +02:00
parent f17f116683
commit cebe27a42f

View File

@ -10,7 +10,7 @@ pkgname=(
harfbuzz-utils harfbuzz-utils
harfbuzz-docs harfbuzz-docs
) )
pkgver=7.1.0 pkgver=7.2.0
pkgrel=1 pkgrel=1
pkgdesc="OpenType text shaping engine" pkgdesc="OpenType text shaping engine"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz" url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
@ -34,9 +34,9 @@ checkdepends=(
python-fonttools python-fonttools
python-setuptools python-setuptools
) )
_commit=60841e26187576bff477c1a09ee2ffe544844abc # tags/7.1.0^0 _commit=a321c4fee56b15247c10f9aa3db7e7ccb3b8173b # tags/7.2.0^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
sha256sums=('SKIP') b2sums=('SKIP')
pkgver() { pkgver() {
cd harfbuzz cd harfbuzz