aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-01-14 18:21:09 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-14 18:22:53 +0100
commit8042937a2f053573e64027bb47a3139228c3ad29 (patch)
treee9814fd74e05619c5be0f0952c02af15d2fcadf9 /community
parentc62e58c15726ae834190c7fbd57808505f26dace (diff)
downloadaports-8042937a2f053573e64027bb47a3139228c3ad29.tar.bz2
aports-8042937a2f053573e64027bb47a3139228c3ad29.tar.xz
community/nodejs-current: add depends ca-certificates
Diffstat (limited to 'community')
-rw-r--r--community/nodejs-current/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD
index 8aec238319..d2dc34e0e1 100644
--- a/community/nodejs-current/APKBUILD
+++ b/community/nodejs-current/APKBUILD
@@ -3,11 +3,12 @@
pkgname=nodejs-current
# The current stable version, i.e. non-LTS.
pkgver=7.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="JavaScript runtime built on V8 engine - current stable version"
url="http://nodejs.org/"
arch="all"
license="MIT"
+depends="ca-certificates"
depends_dev="libuv"
# gold is needed for mksnapshot
makedepends="$depends_dev python2 openssl-dev zlib-dev libuv-dev linux-headers