upgpkg: roundcubemail-git 1.4.beta.r117.g224dd78ad-1

add missing build deps
This commit is contained in:
Cedric Girard 2019-03-13 14:54:41 +01:00
parent d5ad5b3e73
commit 5e85a560db
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ pkgbase = roundcubemail-git
makedepends = unzip
makedepends = java-runtime
makedepends = nodejs-less
makedepends = yuicompressor
depends = php
depends = php-gd
optdepends = python2

View File

@ -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')