From 845af6bd444091a9f2e9938bc8ef8cb6ce85e42d Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 13 Jul 2023 00:33:33 +0530 Subject: [PATCH] fonttools: update to 4.41.0. --- srcpkgs/fonttools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 9611cf4e8163..0723559a6609 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,6 +1,6 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.40.0 +version=4.41.0 revision=1 build_style=python3-module make_check_args="--deselect Tests/otlLib/optimize_test.py::test_main @@ -15,7 +15,7 @@ license="MIT, OFL-1.1, BSD-3-Clause" homepage="https://github.com/fonttools/fonttools" changelog="https://raw.githubusercontent.com/fonttools/fonttools/main/NEWS.rst" distfiles="https://github.com/fonttools/fonttools/archive/refs/tags/${version}.tar.gz" -checksum=f03f5a5414587fed31d11e007e680ea522a918ea27a793a5931641ef5915bcd2 +checksum=c3b247bad5f11f20475eb7ab68ea1600b459ddde16dbed434bc4f9ad645ee9b3 replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"