upgpkg: roundcubemail-plugin-contextmenu 3.2-1
upstream release
This commit is contained in:
parent
0d82834123
commit
d1be4e1692
2 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
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 = 3.1
|
pkgver = 3.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/JohnDoh/roundcube-contextmenu
|
url = https://github.com/JohnDoh/roundcube-contextmenu
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL3
|
license = GPL3
|
||||||
depends = roundcubemail
|
depends = roundcubemail>=1.4.4
|
||||||
source = roundcubemail-plugin-contextmenu-3.1.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/3.1.tar.gz
|
source = roundcubemail-plugin-contextmenu-3.2.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/3.2.tar.gz
|
||||||
sha256sums = 6959573ad09cde5bb1781db3f68373e17b49c790ec9084607de82d7261a2766c
|
sha256sums = a057b297f47db8220ca2f141735af3307ba9a2090fd9d2d056fced2588b6f8c8
|
||||||
|
|
||||||
pkgname = roundcubemail-plugin-contextmenu
|
pkgname = roundcubemail-plugin-contextmenu
|
||||||
|
|
||||||
|
|
|
@ -2,15 +2,15 @@
|
||||||
# Contributor: Javier Torres <javitonino [at] gmail [dot] com>
|
# Contributor: Javier Torres <javitonino [at] gmail [dot] com>
|
||||||
|
|
||||||
pkgname=roundcubemail-plugin-contextmenu
|
pkgname=roundcubemail-plugin-contextmenu
|
||||||
pkgver=3.1
|
pkgver=3.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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-contextmenu'
|
url='https://github.com/JohnDoh/roundcube-contextmenu'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('roundcubemail')
|
depends=('roundcubemail>=1.4.4')
|
||||||
source=("roundcubemail-plugin-contextmenu-${pkgver}.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz")
|
source=("roundcubemail-plugin-contextmenu-${pkgver}.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz")
|
||||||
sha256sums=('6959573ad09cde5bb1781db3f68373e17b49c790ec9084607de82d7261a2766c')
|
sha256sums=('a057b297f47db8220ca2f141735af3307ba9a2090fd9d2d056fced2588b6f8c8')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
||||||
|
|
Loading…
Reference in a new issue