upgpkg: roundcubemail-plugin-contextmenu 3.1-1
upstream release
This commit is contained in:
parent
6150f217b3
commit
2bdd3eadd3
2 changed files with 10 additions and 11 deletions
|
@ -1,15 +1,13 @@
|
||||||
# Generated by mksrcinfo v8
|
|
||||||
# Sun Jul 29 18:10:42 UTC 2018
|
|
||||||
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.3
|
pkgver = 3.1
|
||||||
pkgrel = 2
|
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 = https://github.com/JohnDoh/roundcube-contextmenu/archive/2.3.tar.gz
|
source = roundcubemail-plugin-contextmenu-3.1.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/3.1.tar.gz
|
||||||
sha256sums = 2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5
|
sha256sums = 6959573ad09cde5bb1781db3f68373e17b49c790ec9084607de82d7261a2766c
|
||||||
|
|
||||||
pkgname = roundcubemail-plugin-contextmenu
|
pkgname = roundcubemail-plugin-contextmenu
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>
|
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||||
|
# Contributor: Javier Torres <javitonino [at] gmail [dot] com>
|
||||||
|
|
||||||
pkgname=roundcubemail-plugin-contextmenu
|
pkgname=roundcubemail-plugin-contextmenu
|
||||||
pkgver=2.3
|
pkgver=3.1
|
||||||
pkgrel=2
|
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')
|
||||||
source=("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=('2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5')
|
sha256sums=('6959573ad09cde5bb1781db3f68373e17b49c790ec9084607de82d7261a2766c')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
||||||
|
|
Loading…
Reference in a new issue