diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-22 17:33:34 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-22 17:30:23 +0200 |
commit | 244cc743c4ae2fd0f517b74790674864cb293e9c (patch) | |
tree | bbbc41444c48b9a9aa465aedf81f522d5be4b91f /testing | |
parent | b139a8b65c7b12bbbca1baf62fc0bfc7163086c7 (diff) | |
download | aports-244cc743c4ae2fd0f517b74790674864cb293e9c.tar.bz2 aports-244cc743c4ae2fd0f517b74790674864cb293e9c.tar.xz |
main/nodejs: rename subpackage nodejs-npm to npm
npm is bundled in node.js, but it's a standalone project with its
own release cycle. This aport provides LTS version of node.js, i.e.
an old npm version. So it'd be better to extract it into a separate
aport; this is a preparation for that.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/node-sodium/APKBUILD | 2 | ||||
-rw-r--r-- | testing/zerotier-one/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/node-sodium/APKBUILD b/testing/node-sodium/APKBUILD index 8d7e72d825..ae6d4ed116 100644 --- a/testing/node-sodium/APKBUILD +++ b/testing/node-sodium/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/paixaop/node-sodium" arch="x86 x86_64" license="MIT" depends="nodejs" -makedepends="libsodium-dev=1.0.11-r0 python2 nodejs-npm" +makedepends="libsodium-dev=1.0.11-r0 python2 npm" source="$pkgname-$pkgver.tar.gz::https://github.com/paixaop/$pkgname/archive/$pkgver.tar.gz fix-gyp-binding.patch remove-preinstall.patch diff --git a/testing/zerotier-one/APKBUILD b/testing/zerotier-one/APKBUILD index 7fc54b8964..b639d329f2 100644 --- a/testing/zerotier-one/APKBUILD +++ b/testing/zerotier-one/APKBUILD @@ -8,7 +8,7 @@ url="https://www.zerotier.com/" arch="x86_64 ppc64le" license="GPL-3.0" depends="" -makedepends="nodejs-npm linux-headers" +makedepends="npm linux-headers" install="" subpackages="$pkgname-doc" source=" |