diff --git a/srcpkgs/python-cairo/template b/srcpkgs/python-cairo/template index 07c913caaf7..5ba2d266cef 100644 --- a/srcpkgs/python-cairo/template +++ b/srcpkgs/python-cairo/template @@ -1,17 +1,17 @@ # Template file for 'python-cairo' pkgname=python-cairo -version=1.16.3 +version=1.17.0 revision=1 wrksrc="pycairo-${version}" build_style=python2-module hostmakedepends="pkg-config python" makedepends="cairo-devel python-devel" short_desc="Python2 bindings for the cairo graphics library" -homepage="https://pycairo.readthedocs.io/" -license="LGPL-2.1, MPL-1.1" maintainer="Juan RP " +license="LGPL-2.1-or-later, MPL-1.1" +homepage="https://pycairo.readthedocs.io/" distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz" -checksum=5bb321e5d4f8b3a51f56fc6a35c143f1b72ce0d748b43d8b623596e8215f01f7 +checksum=cdd4d1d357325dec3a21720b85d273408ef83da5f15c184f2eff3212ff236b9f python-cairo-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"