diff --git a/roundcubemail-git/.SRCINFO b/roundcubemail-git/.SRCINFO index e1969d4..e97a71b 100644 --- a/roundcubemail-git/.SRCINFO +++ b/roundcubemail-git/.SRCINFO @@ -7,6 +7,9 @@ pkgbase = roundcubemail-git license = GPL makedepends = php-composer makedepends = git + makedepends = unzip + makedepends = java-runtime + makedepends = nodejs-less depends = php depends = php-gd optdepends = python2 diff --git a/roundcubemail-git/PKGBUILD b/roundcubemail-git/PKGBUILD index e468653..d370769 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') +makedepends=('php-composer' 'git' 'unzip' 'java-runtime' 'nodejs-less') optdepends=('python2') provides=('roundcubemail') conflicts=('roundcubemail')