From 5e85a560dba1cd5642a5e435d2c0816deedc6ba9 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Wed, 13 Mar 2019 14:54:41 +0100 Subject: [PATCH] upgpkg: roundcubemail-git 1.4.beta.r117.g224dd78ad-1 add missing build deps --- roundcubemail-git/.SRCINFO | 1 + roundcubemail-git/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/roundcubemail-git/.SRCINFO b/roundcubemail-git/.SRCINFO index e97a71b..b5a8518 100644 --- a/roundcubemail-git/.SRCINFO +++ b/roundcubemail-git/.SRCINFO @@ -10,6 +10,7 @@ pkgbase = roundcubemail-git makedepends = unzip makedepends = java-runtime makedepends = nodejs-less + makedepends = yuicompressor depends = php depends = php-gd optdepends = python2 diff --git a/roundcubemail-git/PKGBUILD b/roundcubemail-git/PKGBUILD index d370769..5cefa63 100644 --- a/roundcubemail-git/PKGBUILD +++ b/roundcubemail-git/PKGBUILD @@ -9,7 +9,7 @@ arch=('any') url="https://roundcube.net/" license=('GPL') depends=('php' 'php-gd') -makedepends=('php-composer' 'git' 'unzip' 'java-runtime' 'nodejs-less') +makedepends=('php-composer' 'git' 'unzip' 'java-runtime' 'nodejs-less' 'yuicompressor') optdepends=('python2') provides=('roundcubemail') conflicts=('roundcubemail')