python-cairo: revbump to update metadata objs.

This commit is contained in:
Juan RP 2014-12-19 12:00:11 +01:00
parent 6365c55990
commit 2c93a57e69

View file

@ -1,12 +1,12 @@
# Template file for 'python-cairo'
pkgname=python-cairo
version=1.10.0
revision=4
revision=5
lib32disabled=yes
wrksrc="py2cairo-${version}"
build_style=gnu-configure
configure_args="PYTHON=python"
hostmakedepends="automake libtool pkg-config which python-devel"
hostmakedepends="automake libtool pkg-config python-devel"
makedepends="cairo-devel python-devel"
depends="python>=2.7"
replaces="pycairo<1.10 py2cairo>=0"
@ -23,7 +23,7 @@ pre_configure() {
touch ChangeLog
NOCONFIGURE=1 autoreconf -fi
if [ "$CROSS_BUILD" ]; then
ln -s ${wrksrc}/.xbps/bin/python-config ${wrksrc}
ln -s ${XBPS_WRAPPERDIR}/python-config ${wrksrc}
fi
}