upgpkg: roundcubemail-plugin-contextmenu 3.3-1
upstream release
This commit is contained in:
parent
cf7983ea40
commit
43e14b95dc
2 changed files with 5 additions and 6 deletions
|
@ -1,13 +1,12 @@
|
||||||
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.2.1
|
pkgver = 3.3
|
||||||
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
|
||||||
source = roundcubemail-plugin-contextmenu-3.2.1.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/3.2.1.tar.gz
|
source = roundcubemail-plugin-contextmenu-3.3.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/3.3.tar.gz
|
||||||
sha256sums = 6da73554d26192ee6624bbb14c8e68107b0f511c5efe579e5b22247bde73c141
|
sha256sums = 90c00ae78546e757a6ce7d63a27c35bc82d0acdfd9cfffabd02a8a954ac8e085
|
||||||
|
|
||||||
pkgname = roundcubemail-plugin-contextmenu
|
pkgname = roundcubemail-plugin-contextmenu
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# 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.2.1
|
pkgver=3.3
|
||||||
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')
|
||||||
|
@ -10,7 +10,7 @@ url='https://github.com/JohnDoh/roundcube-contextmenu'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('roundcubemail')
|
depends=('roundcubemail')
|
||||||
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=('6da73554d26192ee6624bbb14c8e68107b0f511c5efe579e5b22247bde73c141')
|
sha256sums=('90c00ae78546e757a6ce7d63a27c35bc82d0acdfd9cfffabd02a8a954ac8e085')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
||||||
|
|
Loading…
Reference in a new issue