From c56625fd4ec065677e6365a5e7c434e72d141ee5 Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 19 Dec 2014 01:57:50 +0100 Subject: [PATCH] Fix short_desc --- srcpkgs/parrot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/parrot/template b/srcpkgs/parrot/template index cff24fa35c5..5dc649e7a13 100644 --- a/srcpkgs/parrot/template +++ b/srcpkgs/parrot/template @@ -4,7 +4,7 @@ version=6.9.0 revision=1 build_style=configure configure_args="--prefix=/usr --mandir=/usr/share" -short_desc="virtual machine designed to compile and execute bytecode for dynamic languages" +short_desc="Virtual machine designed for dynamic languages" maintainer="pancake " homepage="http://www.parrot.org" hostmakedepends="perl>=5.20"