summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Abspoel2015-06-15 22:38:05 +0200
committerNiels Abspoel2015-06-15 22:38:05 +0200
commitb9d74cbcc2077ee1bdb4c93bfc4b987c85f1d324 (patch)
tree2641314020f17fbe29ff667fa2c09229dd930853
parentcaf05cde9d1ce6285bfffb655b4b4c6c522c0bbf (diff)
downloadaur-b9d74cbcc2077ee1bdb4c93bfc4b987c85f1d324.tar.gz
fix comma in depency list
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4876bbc8ac29..6988a0116886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = nodejs-mkdirp
url = https://github.com/substack/node-mkdirp
arch = any
license = MIT
- depends = npm,
+ depends = npm
depends = nodejs
provides = nodejs-mkdirp
source = .AURINFO
diff --git a/PKGBUILD b/PKGBUILD
index b03276ffd055..726a8bfe925b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.5.0
pkgrel=3
pkgdesc="Recursively mkdir, like mkdir -p, but in node.js"
arch=('any')
-depends=('npm', 'nodejs')
+depends=('npm' 'nodejs')
url="https://github.com/substack/node-mkdirp"
license=('MIT')
provides=('nodejs-mkdirp')