xdot: bump version; use github repo.

This commit is contained in:
Juan RP 2014-06-04 16:19:43 +02:00
parent 57de2cc918
commit ea068c1d51

View file

@ -1,9 +1,10 @@
# Template file for 'xdot'
pkgname=xdot
version=20130128
version=20140604
revision=1
build_style=python-module
makedepends="graphviz pygtk python-distribute xbps-triggers>=0.46"
hostmakedepends="python-distribute"
makedepends="graphviz pygtk python-distribute"
depends="${makedepends}"
noarch="yes"
pycompile_module="xdot.py"
@ -13,7 +14,7 @@ license="GPL-3"
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
do_fetch() {
local url="https://code.google.com/p/jrfonseca.xdot"
local url="git://github.com/jrfonseca/xdot.py"
msg_normal "Fetching source from $url ...\n"
git clone ${url} xdot-${version}
}