xdot: bump version and switch to setuptools.
This commit is contained in:
parent
c73945147d
commit
c5122e0326
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'xdot'
|
# Template file for 'xdot'
|
||||||
pkgname=xdot
|
pkgname=xdot
|
||||||
version=20140604
|
version=20140618
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-distribute"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="graphviz pygtk python-distribute"
|
makedepends="graphviz pygtk python-setuptools"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="xdot.py"
|
pycompile_module="xdot.py"
|
||||||
|
|
Loading…
Reference in a new issue