From d2ac3ddf9e714569cbc4b86405501c102e13792e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 2 May 2014 09:17:36 +0200 Subject: [PATCH] python-Markups: changing short_desc --- srcpkgs/python-Markups/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template index 61733f5c40..2f3215e066 100644 --- a/srcpkgs/python-Markups/template +++ b/srcpkgs/python-Markups/template @@ -1,7 +1,7 @@ # Template file for 'python-Markups' pkgname=python-Markups version=0.4 -revision=3 +revision=4 wrksrc="Markups-${version}" build_style=python-module hostmakedepends="python-distribute python3-distribute" @@ -10,7 +10,7 @@ noarch="yes" python_versions="2 3" pycompile_module="markdown" depends="python>=2.7" -short_desc="wrapper around the various text markup languages (python2)" +short_desc="wrapper around the various text markup languages (Python2)" maintainer="Enno Boland " homepage="http://pypi.python.org/pypi/Markups" license="BSD" @@ -20,7 +20,7 @@ checksum=3c33a19200a224b9c320e48557ec29e13dbe8094c6670da2851b75d6657950b8 python3-Markups_package() { noarch=yes depends="python3" - short_desc="${short_desc//python2/python3}" + short_desc="${short_desc//Python2/Python3}" pkg_install() { vmove /usr/lib/python3.3 }