summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Torres2016-02-18 19:02:49 +0100
committerJavier Torres2016-02-18 19:02:49 +0100
commit07baa7f02745107067225fa9c6bd152c436ab68e (patch)
treefdc53ab2dc30c3c7cef485600beeaee98ac58c48 /PKGBUILD
parent305e7721c163b9a8ddbec83b6f0d97e8a5d0900e (diff)
downloadaur-07baa7f02745107067225fa9c6bd152c436ab68e.tar.gz
Fix pkgdesc (not an array)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca82104839b6..b11ec05adbd3 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')