From 247d4d876d77c508ee03e219de53044724afa957 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 3 Nov 2020 09:16:41 +0100 Subject: [PATCH] upgpkg: roundcubemail-git 1.4.rc2.r595.ge99fb3968-2 php-gd is missing from makedeps --- roundcubemail-git/.SRCINFO | 3 ++- roundcubemail-git/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/roundcubemail-git/.SRCINFO b/roundcubemail-git/.SRCINFO index 11b3368..a9b5c28 100644 --- a/roundcubemail-git/.SRCINFO +++ b/roundcubemail-git/.SRCINFO @@ -1,11 +1,12 @@ pkgbase = roundcubemail-git pkgdesc = A PHP web-based mail client pkgver = 1.4.rc2.r595.ge99fb3968 - pkgrel = 1 + pkgrel = 2 url = https://roundcube.net/ arch = any license = GPL makedepends = composer + makedepends = php-gd makedepends = git makedepends = unzip makedepends = java-runtime diff --git a/roundcubemail-git/PKGBUILD b/roundcubemail-git/PKGBUILD index 10d46c4..979e000 100644 --- a/roundcubemail-git/PKGBUILD +++ b/roundcubemail-git/PKGBUILD @@ -3,13 +3,13 @@ pkgname=roundcubemail-git pkgver=1.4.rc2.r595.ge99fb3968 -pkgrel=1 +pkgrel=2 pkgdesc="A PHP web-based mail client" arch=('any') url="https://roundcube.net/" license=('GPL') depends=('php' 'php-gd') -makedepends=('composer' 'git' 'unzip' 'java-runtime' 'nodejs-less-plugin-clean-css') +makedepends=('composer' 'php-gd' 'git' 'unzip' 'java-runtime' 'nodejs-less-plugin-clean-css') optdepends=('python2') provides=('roundcubemail') conflicts=('roundcubemail')