From 07baa7f02745107067225fa9c6bd152c436ab68e Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Thu, 18 Feb 2016 19:02:49 +0100 Subject: [PATCH] Fix pkgdesc (not an array) --- .SRCINFO | 4 +++- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 975ce3b..89eb4c7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,9 @@ +# Generated by mksrcinfo v8 +# Thu Feb 18 18:02:32 UTC 2016 pkgbase = roundcubemail-plugin-contextmenu pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars pkgver = 2.1.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu arch = any license = GPL3 diff --git a/PKGBUILD b/PKGBUILD index ca82104..b11ec05 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgname=roundcubemail-plugin-contextmenu pkgver=2.1.2 -pkgrel=1 -pkgdesc=('Contextmenus for various parts of Roundcube using commands from the toolbars') +pkgrel=2 +pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars' arch=('any') url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu' license=('GPL3')