aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Robinson <ed.robinson@reevoo.com>2017-03-06 13:45:19 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-03-07 23:44:07 +0100
commit6d2e11d001e712ed3ac96cc382db693fe76ce709 (patch)
treed67723d9453511ca73d05d2f32d599b12c70d791
parentca2a7838046472894760b1ae8abdfa07b5aa1b30 (diff)
community/kiwiirc: add nodejs-npm to makedepends
-rw-r--r--community/kiwiirc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kiwiirc/APKBUILD b/community/kiwiirc/APKBUILD
index d021c8a0f63..d7b143046f1 100644
--- a/community/kiwiirc/APKBUILD
+++ b/community/kiwiirc/APKBUILD
@@ -3,13 +3,13 @@
pkgname=kiwiirc
_pkgname=KiwiIRC
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="A hand-crafted webirc client"
url="https://www.kiwiirc.com/"
arch="noarch"
license="AGPL3"
depends="nodejs>=0.10.0"
-makedepends="nodejs"
+makedepends="nodejs nodejs-npm"
install="$pkgname.pre-install"
subpackages="$pkgname-doc"
pkgusers="kiwiirc"