Date: Monday, September 26, 2022 @ 16:50:15
Author: alerque
Revision: 1311511
upgpkg: python-fonttools 4.37.3-1
Modified:
python-fonttools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-26 16:49:37 UTC (rev 1311510)
+++ PKGBUILD 2022-09-26 16:50:15 UTC (rev 1311511)
@@ -5,7 +5,7 @@
pkgname=python-fonttools
_pyname=${pkgname#python-}
-pkgver=4.37.2
+pkgver=4.37.3
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=('3e7aa37b0c4f7e3080736846962f56e95ee4e92d2bd6e852bb8ec804ffe97e7f')
+sha256sums=('52fb654cfb4ec295179d6513f25e6b05bc8268e418e59da7c59874abd372b138')
build() {
cd "$_pyname-$pkgver"