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

add missing makedepends
This commit is contained in:
Cedric Girard 2019-03-13 14:44:46 +01:00
parent ef39c95502
commit d5ad5b3e73
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 4 additions and 1 deletions

View File

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

View File

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