upgpkg: roundcubemail-git 1.4.beta.r117.g224dd78ad-1
add missing makedepends
This commit is contained in:
parent
ef39c95502
commit
d5ad5b3e73
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue