Date: Wednesday, November 20, 2019 @ 19:31:11 Author: aginiewicz Revision: 530904
upgpkg: python-fonttools 4.1.0-1 python-fonttools: new upstream release Modified: python-fonttools/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-20 19:30:57 UTC (rev 530903) +++ PKGBUILD 2019-11-20 19:31:11 UTC (rev 530904) @@ -2,9 +2,9 @@ # Contributor: Firmicus <firmicus āt gmx dōt net> # Contributor: flying sheep <[email protected]> -pkgname='python-fonttools' -pkgver=4.0.2 -pkgrel=2 +pkgname=python-fonttools +pkgver=4.1.0 +pkgrel=1 pkgdesc="A library to manipulate font files from Python" url="https://github.com/fonttools/fonttools" license=("MIT") @@ -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=('bb9bf6b5b4ded33e0d9f823e5ae2e1fa643af4d614915660abe3853a9a6931cd') +sha256sums=('683d4bebf9a5976e3b7d46a64a90708f6fcf8e13cf770e5a0b0d258a02c11d76') build() { cd "$srcdir"/fonttools-${pkgver}
