From c5122e032603f5283cab5335b45779266ebc1f3c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Jun 2014 16:44:25 +0200 Subject: [PATCH] xdot: bump version and switch to setuptools. --- srcpkgs/xdot/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template index 8a7d72f92ed..46d761cab35 100644 --- a/srcpkgs/xdot/template +++ b/srcpkgs/xdot/template @@ -1,10 +1,10 @@ # Template file for 'xdot' pkgname=xdot -version=20140604 +version=20140618 revision=1 build_style=python-module -hostmakedepends="python-distribute" -makedepends="graphviz pygtk python-distribute" +hostmakedepends="python-setuptools" +makedepends="graphviz pygtk python-setuptools" depends="${makedepends}" noarch="yes" pycompile_module="xdot.py"