Date: Thursday, September 15, 2022 @ 17:57:25
Author: alerque
Revision: 1302870
upgpkg: python-fonttools 4.37.2-1
Modified:
python-fonttools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-15 17:20:27 UTC (rev 1302869)
+++ PKGBUILD 2022-09-15 17:57:25 UTC (rev 1302870)
@@ -5,7 +5,7 @@
pkgname=python-fonttools
_pyname=${pkgname#python-}
-pkgver=4.37.1
+pkgver=4.37.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=('9a94f852b602540b11aa520952245ddebc22a490f74d838dbb88f82710a4db20')
+sha256sums=('3e7aa37b0c4f7e3080736846962f56e95ee4e92d2bd6e852bb8ec804ffe97e7f')
build() {
cd "$_pyname-$pkgver"