Date: Monday, March 2, 2020 @ 09:52:21 Author: aginiewicz Revision: 588445
upgpkg: python-fonttools 4.4.1-1: python-fonttools: new upstream release Modified: python-fonttools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-02 09:47:45 UTC (rev 588444) +++ PKGBUILD 2020-03-02 09:52:21 UTC (rev 588445) @@ -3,7 +3,7 @@ # Contributor: flying sheep <[email protected]> pkgname=python-fonttools -pkgver=4.4.0 +pkgver=4.4.1 pkgrel=1 pkgdesc="A library to manipulate font files from Python" url="https://github.com/fonttools/fonttools" @@ -12,7 +12,7 @@ depends=("python") makedepends=("python-setuptools") optdepends=("python-lxml: faster backend for XML files reading/writing" - "python-fs: to read/write UFO source files" + "python-fs: to read/write UFO source files, " "python-brotli: to compress/decompress WOFF 2.0 web fonts" "python-zopfli: faster backend fom WOFF 1.0 web fonts compression" "python-scipy: for finding wrong contour/component order between different masters" @@ -21,7 +21,7 @@ "python-pyqt5: for drawing glyphs with Qt's QPainterPath" "python-reportlab: to drawing glyphs as PNG images") source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip") -sha256sums=('20116fd6b2a9c80d325281ee5f786374d9543f56dff1a441b8ecf1dcad09a262') +sha256sums=('fab07ad31b4d24d7b9798453f678faa179906d29a3ad15bddb92496f1f9ea122') build() { cd "$srcdir"/fonttools-${pkgver}
