From 8f4bdb8ad0107fb6a5e5fbed15a92a93d1528f7b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 25 May 2018 10:51:41 +0200 Subject: [PATCH] python-graphviz: minor short_desc fix --- srcpkgs/python-graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template index abcf2522e0c..9a7be0799cd 100644 --- a/srcpkgs/python-graphviz/template +++ b/srcpkgs/python-graphviz/template @@ -1,14 +1,14 @@ # Template file for 'python-graphviz' pkgname=python-graphviz version=0.8.3 -revision=1 +revision=2 noarch=yes wrksrc="${pkgname/python-/}-${version}" build_style=python-module pycompile_module="graphviz" hostmakedepends="python-setuptools python3-setuptools" depends="graphviz python" -short_desc="Simple Python interface for Graphviz" +short_desc="Simple Python2 interface for Graphviz" maintainer="maxice8 " license="MIT" homepage="https://github.com/xflr6/graphviz"