From d57dc27728757310ee23ec74c74ddb4c406b7134 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 28 Nov 2022 19:39:36 +0530 Subject: [PATCH] fonttools: update to 4.38.0. --- srcpkgs/fonttools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 4d3fba6a57d3..e655bff17ec7 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,6 +1,6 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.37.4 +version=4.38.0 revision=1 build_style=python3-module make_check_args="--deselect Tests/otlLib/optimize_test.py::test_main @@ -14,7 +14,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/${version}.tar.gz" -checksum=811389458954ff6fe3a503b11c00eccc202019b9dfe42c85de59365a45e7855d +checksum=764c569221fb437d0c3937d19d3e38e137d324f225fb30e54ef0aaa2d6f7a289 replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"