summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c07a8e2858a5..9717118c32de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = roundcubemail-plugin-contextmenu
pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars
- pkgver = 3.3
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/JohnDoh/roundcube-contextmenu
arch = any
license = GPL3
depends = roundcubemail
- source = roundcubemail-plugin-contextmenu-3.3.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/3.3.tar.gz
- sha256sums = 90c00ae78546e757a6ce7d63a27c35bc82d0acdfd9cfffabd02a8a954ac8e085
+ source = roundcubemail-plugin-contextmenu-3.3.1.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/3.3.1.tar.gz
+ sha256sums = 63820f7ba116bdf537a51ab53014cc303c45f465e3ff1e310d3333e64940c0bb
pkgname = roundcubemail-plugin-contextmenu
diff --git a/PKGBUILD b/PKGBUILD
index 1025b79085f1..2eb9d99b6de3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Javier Torres <javitonino [at] gmail [dot] com>
pkgname=roundcubemail-plugin-contextmenu
-pkgver=3.3
+pkgver=3.3.1
pkgrel=1
pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/JohnDoh/roundcube-contextmenu'
license=('GPL3')
depends=('roundcubemail')
source=("roundcubemail-plugin-contextmenu-${pkgver}.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz")
-sha256sums=('90c00ae78546e757a6ce7d63a27c35bc82d0acdfd9cfffabd02a8a954ac8e085')
+sha256sums=('63820f7ba116bdf537a51ab53014cc303c45f465e3ff1e310d3333e64940c0bb')
package() {
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"