xdot: update to 0.8.
This commit is contained in:
parent
a0d315267c
commit
e33bb1dfa1
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'xdot'
|
# Template file for 'xdot'
|
||||||
pkgname=xdot
|
pkgname=xdot
|
||||||
reverts="0.7_1"
|
version=0.8
|
||||||
version=0.6
|
revision=1
|
||||||
revision=3
|
build_style=python3-module
|
||||||
build_style=python2-module
|
hostmakedepends="python3-setuptools git"
|
||||||
hostmakedepends="python-setuptools git"
|
makedepends="graphviz pygtk python3-setuptools"
|
||||||
makedepends="graphviz pygtk python-setuptools"
|
depends="${makedepends} python3-graphviz python3-gobject"
|
||||||
depends="${makedepends}"
|
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="xdot.py"
|
pycompile_module="xdot.py"
|
||||||
short_desc="Interactive viewer for Graphviz dot files"
|
short_desc="Interactive viewer for Graphviz dot files"
|
||||||
|
@ -14,5 +13,5 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
||||||
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
|
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
|
||||||
checksum=0932bb72abaa77e6a5c4f2acd13569763c23d2761f4e9e5e49993bc69da9cce2
|
checksum=211d99d6163dd6f5ce07a4c5ec6afd1370c823a26fc4256161b6939a4a05b1fb
|
||||||
wrksrc="xdot.py-${version}"
|
wrksrc="xdot.py-${version}"
|
||||||
|
|
Loading…
Reference in New Issue