Date: Sunday, January 17, 2021 @ 18:19:50 Author: arojas Revision: 821544
Update to 4.18.2 Modified: python-fonttools/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-17 18:19:08 UTC (rev 821543) +++ PKGBUILD 2021-01-17 18:19:50 UTC (rev 821544) @@ -3,14 +3,14 @@ # Contributor: flying sheep <[email protected]> pkgname=python-fonttools -pkgver=4.16.1 -pkgrel=3 +pkgver=4.18.2 +pkgrel=1 pkgdesc="A library to manipulate font files from Python" url="https://github.com/fonttools/fonttools" license=("MIT") arch=('x86_64') depends=("python") -makedepends=("cython") +makedepends=("cython" "python-setuptools") optdepends=("python-lxml: faster backend for XML files reading/writing" "python-fs: to read/write UFO source files, " "python-brotli: to compress/decompress WOFF 2.0 web fonts" @@ -22,8 +22,8 @@ "python-pyqt5: for drawing glyphs with Qt's QPainterPath" "python-reportlab: to drawing glyphs as PNG images" "python-lz4: for graphite type tables in ttLib/tables") -source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip") -sha256sums=('991eb05e0366af5a6e620551f950a4f49433c5a8de70770a7066bcbe78bb86cc') +source=("https://github.com/fonttools/fonttools/archive/${pkgver}/fonttools-${pkgver}.zip") +sha256sums=('f17e55fbbb535510ee3f172bbf3931635e47c710c6228bd6e6e44276a35e6538') build() { cd "$srcdir"/fonttools-${pkgver}
