aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/nodejs-current/APKBUILD (renamed from main/nodejs/APKBUILD)7
-rw-r--r--community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch (renamed from main/nodejs/dont-run-gyp-files-for-bundled-deps.patch)0
-rw-r--r--community/nodejs-current/use-system-ca-certs.patch (renamed from main/nodejs/use-system-ca-certs.patch)0
3 files changed, 4 insertions, 3 deletions
diff --git a/main/nodejs/APKBUILD b/community/nodejs-current/APKBUILD
index 292efebbcb..93acc75c3e 100644
--- a/main/nodejs/APKBUILD
+++ b/community/nodejs-current/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jose-Luis Rivas <ghostbar@riseup.net>
-pkgname=nodejs
+pkgname=nodejs-current
+# The current stable version, i.e. non-LTS.
pkgver=7.2.0
pkgrel=0
-pkgdesc="JavaScript runtime built on V8 engine"
+pkgdesc="JavaScript runtime built on V8 engine - current stable version"
url="http://nodejs.org/"
arch="all"
license="MIT"
@@ -12,7 +13,7 @@ depends_dev="libuv"
makedepends="$depends_dev python2 openssl-dev zlib-dev libuv-dev linux-headers
paxmark binutils-gold http-parser-dev ca-certificates"
subpackages="$pkgname-dev $pkgname-doc"
-replaces="nodejs-lts"
+replaces="nodejs nodejs-lts" # nodejs-lts for backward compatibility
source="https://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz
use-system-ca-certs.patch
dont-run-gyp-files-for-bundled-deps.patch"
diff --git a/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch b/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch
index ba521dc4fc..ba521dc4fc 100644
--- a/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch
+++ b/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch
diff --git a/main/nodejs/use-system-ca-certs.patch b/community/nodejs-current/use-system-ca-certs.patch
index 6e46c74b40..6e46c74b40 100644
--- a/main/nodejs/use-system-ca-certs.patch
+++ b/community/nodejs-current/use-system-ca-certs.patch