Date: Tuesday, March 17, 2020 @ 10:01:43 Author: aginiewicz Revision: 600047
upgpkg: python-fonttools 4.4.3-1: python-fonttools: new upstream release Modified: python-fonttools/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-17 09:59:22 UTC (rev 600046) +++ PKGBUILD 2020-03-17 10:01:43 UTC (rev 600047) @@ -3,7 +3,7 @@ # Contributor: flying sheep <[email protected]> pkgname=python-fonttools -pkgver=4.4.1 +pkgver=4.4.3 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=('fab07ad31b4d24d7b9798453f678faa179906d29a3ad15bddb92496f1f9ea122') +sha256sums=('f5b014cc20f26bc812818330e3ac00db612721d1f24f98db42b40c307c2d9205') build() { cd "$srcdir"/fonttools-${pkgver}
