Date: Thursday, February 20, 2020 @ 11:53:21 Author: aginiewicz Revision: 577104
upgpkg: python-fonttools 4.4.0-1: python-fonttools: new upstream release Modified: python-fonttools/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-20 11:50:11 UTC (rev 577103) +++ PKGBUILD 2020-02-20 11:53:21 UTC (rev 577104) @@ -3,7 +3,7 @@ # Contributor: flying sheep <[email protected]> pkgname=python-fonttools -pkgver=4.3.0 +pkgver=4.4.0 pkgrel=1 pkgdesc="A library to manipulate font files from Python" url="https://github.com/fonttools/fonttools" @@ -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=('0c16d5da7846a92aedcb448277d13d3b729f7de48a917768d97ebd0d17067d7f') +sha256sums=('20116fd6b2a9c80d325281ee5f786374d9543f56dff1a441b8ecf1dcad09a262') build() { cd "$srcdir"/fonttools-${pkgver}
