From 719e8ceb24b8c1dbf626c240d5e0952803636932 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 1 Oct 2016 11:37:25 +0200 Subject: [PATCH] autokey: fix short_desc --- srcpkgs/autokey/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/autokey/template b/srcpkgs/autokey/template index 8637381b21f..017c65de48d 100644 --- a/srcpkgs/autokey/template +++ b/srcpkgs/autokey/template @@ -1,7 +1,7 @@ # Template file for 'autokey' pkgname=autokey version=0.90.4 -revision=1 +revision=2 noarch=yes build_style="python-module" python_versions="2.7" @@ -9,7 +9,7 @@ pycompile_version="2.7" pycompile_module="autokey" makedepends="python" depends="python python-xlib python-inotify python-simplejson wmctrl" -short_desc="Simple editor for Markdown and reStructuredText" +short_desc="desktop automation utility for Linux and X11" maintainer="Enno Boland " license="GPL-3" homepage="https://code.google.com/archive/p/autokey/downloads"