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/node-sodium | |
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/node-sodium')
-rw-r--r-- | testing/node-sodium/APKBUILD | 2 |
1 files changed, 1 insertions, 1 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 |