diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-14 18:16:35 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-14 18:17:37 +0100 |
commit | 44473e348f9b9d51ec5fe7e926b90e87a8cda5a1 (patch) | |
tree | b2fd17419430d7270f9892e0fb42851d8337155d /community/nodejs-current/APKBUILD | |
parent | 18e96a64a5c3aa774e28cd064616f461a1112f0f (diff) | |
download | aports-44473e348f9b9d51ec5fe7e926b90e87a8cda5a1.tar.bz2 aports-44473e348f9b9d51ec5fe7e926b90e87a8cda5a1.tar.xz |
community/nodejs-current: add depends ca-certificates
Diffstat (limited to 'community/nodejs-current/APKBUILD')
-rw-r--r-- | community/nodejs-current/APKBUILD | 3 |
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 |