From f734e2c9126b2a61e1851982f1f45062157681fb Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Fri, 10 Nov 2017 04:47:31 -0200 Subject: [PATCH] python-cairo: update to 1.15.4. (#9024) * python-cairo: update to 1.15.4. * python3-cairo: update to 1.15.4. --- srcpkgs/python-cairo/template | 4 ++-- srcpkgs/python3-cairo/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-cairo/template b/srcpkgs/python-cairo/template index b36739b7a5..3d412c1844 100644 --- a/srcpkgs/python-cairo/template +++ b/srcpkgs/python-cairo/template @@ -1,6 +1,6 @@ # Template file for 'python-cairo' pkgname=python-cairo -version=1.15.3 +version=1.15.4 revision=1 wrksrc="pycairo-${version}" build_style=python2-module @@ -11,7 +11,7 @@ homepage="https://pycairo.readthedocs.io/" license="LGPL-2.1, MPL-1.1" maintainer="Juan RP " distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz" -checksum=8642e36cef66acbfc02760d2b40c716f5f183d073fb063ba28fd29a14044719d +checksum=ee4c3068c048230e5ce74bb8994a024711129bde1af1d76e3276c7acd81c4357 python-cairo-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template index 667d73a5e7..18d6b42760 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.15.3 +version=1.15.4 revision=1 wrksrc="pycairo-${version}" build_style=python3-module @@ -12,7 +12,7 @@ homepage="https://pycairo.readthedocs.io/" license="LGPL-2.1, MPL-1.1" maintainer="Juan RP " distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz" -checksum=8642e36cef66acbfc02760d2b40c716f5f183d073fb063ba28fd29a14044719d +checksum=ee4c3068c048230e5ce74bb8994a024711129bde1af1d76e3276c7acd81c4357 python3-cairo-devel_package() { replaces="python3.4-cairo-devel>=0"