upgpkg: roundcubemail-git 1.4.rc2.r702.ga0fbcf381-1
add csso-cli dep
This commit is contained in:
parent
2161847411
commit
63795dfd57
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ pkgbase = roundcubemail-git
|
||||||
makedepends = java-runtime
|
makedepends = java-runtime
|
||||||
makedepends = nodejs-less-plugin-clean-css
|
makedepends = nodejs-less-plugin-clean-css
|
||||||
makedepends = uglify-js
|
makedepends = uglify-js
|
||||||
|
makedepends = nodejs-csso-cli
|
||||||
depends = php
|
depends = php
|
||||||
depends = php-gd
|
depends = php-gd
|
||||||
provides = roundcubemail
|
provides = roundcubemail
|
||||||
|
|
|
@ -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=('systemd' 'composer' 'php-gd' 'git' 'unzip' 'java-runtime' 'nodejs-less-plugin-clean-css' 'uglify-js')
|
makedepends=('systemd' 'composer' 'php-gd' 'git' 'unzip' 'java-runtime' 'nodejs-less-plugin-clean-css' 'uglify-js' 'nodejs-csso-cli')
|
||||||
provides=('roundcubemail')
|
provides=('roundcubemail')
|
||||||
conflicts=('roundcubemail')
|
conflicts=('roundcubemail')
|
||||||
backup=('etc/webapps/roundcubemail/.htaccess'
|
backup=('etc/webapps/roundcubemail/.htaccess'
|
||||||
|
|
Loading…
Reference in a new issue