From a621f92575609ccc6f05f2ae011e45429fb818e8 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 2 Mar 2024 16:36:55 +0530 Subject: [PATCH] fonttools: update to 4.49.0. --- srcpkgs/fonttools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index aab144fb09a219..7e9069a22fcb7b 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,6 +1,6 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.47.0 +version=4.49.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=a0d7c2f90b533cba85cd2a4d7a0baa25c11badce3a8ac001d9540ae9b526eaf8 +checksum=90f9ed4782e756e15a8603343d33adc13399306a963f55f8c8f2762a00a82f01 replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"