Date: Thursday, April 21, 2022 @ 21:52:48 Author: alerque Revision: 1187281
upgpkg: python-fonttools 4.33.0-1 Modified: python-fonttools/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-21 21:42:38 UTC (rev 1187280) +++ PKGBUILD 2022-04-21 21:52:48 UTC (rev 1187281) @@ -5,7 +5,7 @@ pkgname=python-fonttools _pyname=${pkgname#python-} -pkgver=4.32.0 +pkgver=4.33.0 pkgrel=1 pkgdesc='A library to manipulate font files from Python' url="https://github.com/fonttools/$_pyname" @@ -29,10 +29,11 @@ 'python-reportlab: to drawing glyphs as PNG images' 'python-scipy: for finding wrong contour/component order between different masters' 'python-sympy: for symbolic font statistics analysis' + 'python-uharfbuzz: to use the Harfbuzz Repacker for packing GSUB/GPOS tables' 'python-unicodedata2: for displaying the Unicode character names when dumping the cmap table with ttx' 'python-zopfli: faster backend fom WOFF 1.0 web fonts compression') source=("$url/archive/$pkgver/$_pyname-$pkgver.tar.gz") -sha256sums=('d3ac2454bb9b99dd0bd48f13765830d33dc2eabf3ba5232feb962620ebbde536') +sha256sums=('99ff147626b5f322bc264a336d8b38cab132684ec01fa24235a1b6b684889e9a') build() { cd "$_pyname-$pkgver"