From 071507d76905105e0fd49cbf562f4973c4575116 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Sun, 10 May 2020 11:13:00 +0200 Subject: [PATCH] upgpkg: roundcubemail-plugin-contextmenu 3.2-2 relax roundcubemail version requirement roundcubemail-git has old version because newer tag are not reachable from last commit on master --- roundcubemail-plugin-contextmenu/.SRCINFO | 4 ++-- roundcubemail-plugin-contextmenu/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roundcubemail-plugin-contextmenu/.SRCINFO b/roundcubemail-plugin-contextmenu/.SRCINFO index 3a4cb43..537ab18 100644 --- a/roundcubemail-plugin-contextmenu/.SRCINFO +++ b/roundcubemail-plugin-contextmenu/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = roundcubemail-plugin-contextmenu pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars pkgver = 3.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/JohnDoh/roundcube-contextmenu arch = any license = GPL3 - depends = roundcubemail>=1.4.4 + depends = roundcubemail source = roundcubemail-plugin-contextmenu-3.2.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/3.2.tar.gz sha256sums = a057b297f47db8220ca2f141735af3307ba9a2090fd9d2d056fced2588b6f8c8 diff --git a/roundcubemail-plugin-contextmenu/PKGBUILD b/roundcubemail-plugin-contextmenu/PKGBUILD index 14ed0bd..9f198e6 100644 --- a/roundcubemail-plugin-contextmenu/PKGBUILD +++ b/roundcubemail-plugin-contextmenu/PKGBUILD @@ -3,12 +3,12 @@ pkgname=roundcubemail-plugin-contextmenu pkgver=3.2 -pkgrel=1 +pkgrel=2 pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars' arch=('any') url='https://github.com/JohnDoh/roundcube-contextmenu' license=('GPL3') -depends=('roundcubemail>=1.4.4') +depends=('roundcubemail') source=("roundcubemail-plugin-contextmenu-${pkgver}.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz") sha256sums=('a057b297f47db8220ca2f141735af3307ba9a2090fd9d2d056fced2588b6f8c8')