Update to 2.1.2
This commit is contained in:
parent
8b667fcfd0
commit
305e7721c1
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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 = 2.1
|
pkgver = 2.1.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
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
|
||||||
depends = roundcubemail
|
depends = roundcubemail
|
||||||
source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.tar.gz
|
source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.2.tar.gz
|
||||||
sha256sums = 6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5
|
sha256sums = d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af
|
||||||
|
|
||||||
pkgname = roundcubemail-plugin-contextmenu
|
pkgname = roundcubemail-plugin-contextmenu
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>
|
# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>
|
||||||
|
|
||||||
pkgname=roundcubemail-plugin-contextmenu
|
pkgname=roundcubemail-plugin-contextmenu
|
||||||
pkgver=2.1
|
pkgver=2.1.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')
|
||||||
|
@ -9,7 +9,7 @@ url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('roundcubemail')
|
depends=('roundcubemail')
|
||||||
source=("https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/${pkgver}.tar.gz")
|
source=("https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/${pkgver}.tar.gz")
|
||||||
sha256sums=('6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5')
|
sha256sums=('d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
||||||
|
|
Loading…
Reference in a new issue