From a35aa0ed661a24caf00e0e64309e2536bad9401c Mon Sep 17 00:00:00 2001 From: svenper Date: Wed, 18 Dec 2019 05:03:15 +0100 Subject: [PATCH] fonttools: update to 4.2.2. --- srcpkgs/fonttools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 5e8fc61c42f..8a53d1c9c7d 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,7 +1,7 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.1.0 -revision=3 +version=4.2.2 +revision=1 archs=noarch build_style=python3-module pycompile_module="fonttools" @@ -12,7 +12,7 @@ maintainer="svenper " license="MIT, OFL-1.1, BSD-3-Clause" homepage="https://github.com/fonttools/fonttools" distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz" -checksum=8c1919e11c3152446ec8de8283a6f43fffde6acdcab81b468d7fd6ad4b54e798 +checksum=393a579cc1e2e666882949fcdf06e88a57a48a1daafa057eff602ac01cd016c2 replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools>=${version}_${revision} python3-fonttools>=${version}_${revision}"