From 45bce93cf835ea40278b233ca1fc0eb478c63b79 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 27 Feb 2024 21:37:27 +0530 Subject: [PATCH] python3-cairo: update to 1.26.0. --- srcpkgs/python3-cairo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template index b95f8a8c2e139a..6962db30fa0c30 100644 --- a/srcpkgs/python3-cairo/template +++ b/srcpkgs/python3-cairo/template @@ -1,6 +1,6 @@ # Template file for 'python3-cairo' pkgname=python3-cairo -version=1.25.1 +version=1.26.0 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -9,11 +9,11 @@ depends="python3" checkdepends="python3-pytest" short_desc="Python3 bindings for the cairo graphics library" maintainer="Orphaned " -license="LGPL-2.1-or-later, MPL-1.1" +license="LGPL-2.1-only, MPL-1.1" homepage="https://pycairo.readthedocs.io/" changelog="https://raw.githubusercontent.com/pygobject/pycairo/main/NEWS" distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz" -checksum=7e2be4fbc3b4536f16db7a11982cbf713e75069a4d73d44fe5a49b68423f5c0c +checksum=2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-Dtests=true"