Date: Thursday, March 16, 2023 @ 19:22:46
Author: alerque
Revision: 1421153
upgpkg: python-fonttools 4.39.2-1
Modified:
python-fonttools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-16 19:08:47 UTC (rev 1421152)
+++ PKGBUILD 2023-03-16 19:22:46 UTC (rev 1421153)
@@ -5,7 +5,7 @@
pkgname=python-fonttools
_pyname=${pkgname#python-}
-pkgver=4.39.1
+pkgver=4.39.2
pkgrel=1
pkgdesc='A library to manipulate font files from Python'
url="https://github.com/fonttools/$_pyname"
@@ -33,7 +33,7 @@
'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=('cb98124d5d996aca8416921ca38b37510ec3a9dc238f3088b9c589dde80f755e')
+sha256sums=('f49a6d3cf67c44a2e8da4435f42e736cbc96591c7033f86ab9f778b11b266b17')
build() {
cd "$_pyname-$pkgver"