From 4ff02392d10ed8b530101b87e23075c83dc91ae9 Mon Sep 17 00:00:00 2001 From: Luciogi Date: Sun, 16 Feb 2025 19:42:57 +0500 Subject: [PATCH] python3-cairo: update to 1.27.0. --- srcpkgs/python3-cairo/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template index ce8d6272160..f6370c2a997 100644 --- a/srcpkgs/python3-cairo/template +++ b/srcpkgs/python3-cairo/template @@ -1,9 +1,9 @@ # Template file for 'python3-cairo' pkgname=python3-cairo -version=1.26.0 -revision=2 +version=1.27.0 +revision=1 build_style=meson -hostmakedepends="pkg-config" +hostmakedepends="pkg-config python3-packaging-bootstrap" makedepends="cairo-devel python3-devel" depends="python3" checkdepends="python3-pytest" @@ -13,7 +13,7 @@ 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=2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb +checksum=5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430 if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-Dtests=true"