Date: Monday, November 22, 2021 @ 23:07:46 Author: alerque Revision: 1054404
upgpkg: python-fonttools 4.28.1-1 Modified: python-fonttools/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-22 23:06:05 UTC (rev 1054403) +++ PKGBUILD 2021-11-22 23:07:46 UTC (rev 1054404) @@ -4,7 +4,7 @@ # Contributor: flying sheep <flying-sh...@web.de> pkgname=python-fonttools -pkgver=4.28.0 +pkgver=4.28.1 pkgrel=1 pkgdesc='A library to manipulate font files from Python' url='https://github.com/fonttools/fonttools' @@ -29,7 +29,7 @@ 'python-pytest' 'python-ufolib2') source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip") -sha256sums=('d4260d77e65e6711c1ae733f9aedcf5657d4ca0e3c8ed0d7a5f1cfd4b63c5bd3') +sha256sums=('086f667985593c1682fdd5c6a4f24949269dfc33b330d4303bed349f789fd3e6') build() { cd "fonttools-$pkgver"