Revert "xdot: update to 0.7."
This reverts commit 82cfdb6c37
.
As of 0.7, xdot requires python-gobject (and python 3.x as well).
Since python-gobject is broken on cross, revert to 0.6 for now.
This commit is contained in:
parent
132883773a
commit
5569c5c9c7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xdot'
|
||||
pkgname=xdot
|
||||
reverts="20140618_1"
|
||||
version=0.7
|
||||
version=0.6
|
||||
revision=1
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools git"
|
||||
|
@ -13,6 +13,6 @@ short_desc="Interactive viewer for Graphviz dot files"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
||||
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
|
||||
checksum=908eeaaae2af12744e25e8cffe704d7a9fd221c23c60f550263de81157ef50f7
|
||||
distfiles="https://github.com/jrfonseca/xdot.py/archive/$version.tar.gz"
|
||||
checksum=0932bb72abaa77e6a5c4f2acd13569763c23d2761f4e9e5e49993bc69da9cce2
|
||||
wrksrc="xdot.py-$version"
|
||||
|
|
Loading…
Reference in New Issue