python-graphviz: update to 0.9.
This commit is contained in:
parent
ea106dd617
commit
1f835c8284
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-graphviz'
|
# Template file for 'python-graphviz'
|
||||||
pkgname=python-graphviz
|
pkgname=python-graphviz
|
||||||
version=0.8.4
|
version=0.9
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
|
@ -12,8 +12,9 @@ short_desc="Simple Python2 interface for Graphviz"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/xflr6/graphviz"
|
homepage="https://github.com/xflr6/graphviz"
|
||||||
|
changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
|
||||||
distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
|
distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
|
||||||
checksum=53949a3662a2805f78a5479fa240af9f68374074b042b020bfcbc38ec3022b61
|
checksum=e24e09185bf687c63e6ebfe31b6d3a4d69f27c2412b57ff3cac711f3f7e3f9d3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue