Fix pkgdesc (not an array)
This commit is contained in:
parent
305e7721c1
commit
07baa7f027
2 changed files with 5 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,9 @@
|
||||||
|
# Generated by mksrcinfo v8
|
||||||
|
# Thu Feb 18 18:02:32 UTC 2016
|
||||||
pkgbase = roundcubemail-plugin-contextmenu
|
pkgbase = roundcubemail-plugin-contextmenu
|
||||||
pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars
|
pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars
|
||||||
pkgver = 2.1.2
|
pkgver = 2.1.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu
|
url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL3
|
license = GPL3
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
pkgname=roundcubemail-plugin-contextmenu
|
pkgname=roundcubemail-plugin-contextmenu
|
||||||
pkgver=2.1.2
|
pkgver=2.1.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc=('Contextmenus for various parts of Roundcube using commands from the toolbars')
|
pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu'
|
url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
|
|
Loading…
Reference in a new issue