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
|
license = GPL
|
||||||
makedepends = php-composer
|
makedepends = php-composer
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
makedepends = unzip
|
||||||
|
makedepends = java-runtime
|
||||||
|
makedepends = nodejs-less
|
||||||
depends = php
|
depends = php
|
||||||
depends = php-gd
|
depends = php-gd
|
||||||
optdepends = python2
|
optdepends = python2
|
||||||
|
|
|
@ -9,7 +9,7 @@ arch=('any')
|
||||||
url="https://roundcube.net/"
|
url="https://roundcube.net/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('php' 'php-gd')
|
depends=('php' 'php-gd')
|
||||||
makedepends=('php-composer' 'git')
|
makedepends=('php-composer' 'git' 'unzip' 'java-runtime' 'nodejs-less')
|
||||||
optdepends=('python2')
|
optdepends=('python2')
|
||||||
provides=('roundcubemail')
|
provides=('roundcubemail')
|
||||||
conflicts=('roundcubemail')
|
conflicts=('roundcubemail')
|
||||||
|
|
Loading…
Reference in a new issue