aboutsummaryrefslogtreecommitdiffstats
path: root/community/nodejs-current/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-01-14 18:16:35 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-14 18:17:37 +0100
commit44473e348f9b9d51ec5fe7e926b90e87a8cda5a1 (patch)
treeb2fd17419430d7270f9892e0fb42851d8337155d /community/nodejs-current/APKBUILD
parent18e96a64a5c3aa774e28cd064616f461a1112f0f (diff)
community/nodejs-current: add depends ca-certificates
Diffstat (limited to 'community/nodejs-current/APKBUILD')
-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 8aec2383194..d2dc34e0e11 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