xdot: bump version; use github repo.
This commit is contained in:
parent
57de2cc918
commit
ea068c1d51
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'xdot'
|
# Template file for 'xdot'
|
||||||
pkgname=xdot
|
pkgname=xdot
|
||||||
version=20130128
|
version=20140604
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
makedepends="graphviz pygtk python-distribute xbps-triggers>=0.46"
|
hostmakedepends="python-distribute"
|
||||||
|
makedepends="graphviz pygtk python-distribute"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="xdot.py"
|
pycompile_module="xdot.py"
|
||||||
|
@ -13,7 +14,7 @@ license="GPL-3"
|
||||||
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
||||||
|
|
||||||
do_fetch() {
|
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"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} xdot-${version}
|
git clone ${url} xdot-${version}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue