Date: Friday, October 21, 2022 @ 20:05:01
Author: alerque
Revision: 1333286
upgpkg: python-fonttools 4.38.0-1
Modified:
python-fonttools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-21 19:43:13 UTC (rev 1333285)
+++ PKGBUILD 2022-10-21 20:05:01 UTC (rev 1333286)
@@ -5,7 +5,7 @@
pkgname=python-fonttools
_pyname=${pkgname#python-}
-pkgver=4.37.4
+pkgver=4.38.0
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=('811389458954ff6fe3a503b11c00eccc202019b9dfe42c85de59365a45e7855d')
+sha256sums=('764c569221fb437d0c3937d19d3e38e137d324f225fb30e54ef0aaa2d6f7a289')
build() {
cd "$_pyname-$pkgver"