python3-cairo: update to 1.15.3

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

View File

@ -1,6 +1,6 @@
# Template file for 'python3-cairo'
pkgname=python3-cairo
version=1.15.2
version=1.15.3
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 <xtraeme@voidlinux.eu>"
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
checksum=a66f30c457736f682162e7b3a33bc5e8915c0f3b31ef9bdb4edf43c81935c914
checksum=8642e36cef66acbfc02760d2b40c716f5f183d073fb063ba28fd29a14044719d
python3-cairo-devel_package() {
replaces="python3.4-cairo-devel>=0"
@ -20,6 +20,6 @@ python3-cairo-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/pkgconfig
}
}