summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStanislas H.B. Sodonon2015-10-02 16:53:52 +0100
committerStanislas H.B. Sodonon2015-10-02 16:53:52 +0100
commitb44d09b2101cd6a0d87d983567274c12f875e944 (patch)
tree2e93165542c1a700689626ae6f2966ebadd352b3 /PKGBUILD
parenta9419e020b293ae6cf544beeac8bd2c5a4af62bc (diff)
downloadaur-b44d09b2101cd6a0d87d983567274c12f875e944.tar.gz
fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92a8e1802696..7614c497f118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ arch=('any')
url="https://github.com/less/less-plugin-clean-css"
license=('MIT')
depends=(
- 'nodejs'
+ 'nodejs'
'npm'
+ 'nodejs-less'
'nodejs-clean-css'
)
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)