python-cairo: update to 1.15.3

This commit is contained in:
Alessio Sergi 2017-09-20 19:47:22 +02:00
parent f98de68632
commit c3b781254d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-cairo'
pkgname=python-cairo
version=1.15.2
version=1.15.3
revision=1
wrksrc="pycairo-${version}"
build_style=python2-module
@ -11,13 +11,13 @@ homepage="https://pycairo.readthedocs.io/"
license="LGPL-2.1, MPL-1.1"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
checksum=a66f30c457736f682162e7b3a33bc5e8915c0f3b31ef9bdb4edf43c81935c914
checksum=8642e36cef66acbfc02760d2b40c716f5f183d073fb063ba28fd29a14044719d
python-cairo-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/pkgconfig
}
}