diff options
author | Ed Robinson <ed.robinson@reevoo.com> | 2017-01-10 10:09:57 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-31 01:11:41 +0100 |
commit | 1c1cddd607c9e020f689192a8b45bbde17494840 (patch) | |
tree | a7a4b2add8b2052e83b4b8af542b6aead096ac48 /community/nodejs-current | |
parent | febd2147531c13937ac53b2c4a3ccc11b756b4b7 (diff) | |
download | aports-1c1cddd607c9e020f689192a8b45bbde17494840.tar.bz2 aports-1c1cddd607c9e020f689192a8b45bbde17494840.tar.xz |
community/nodejs-current: add provides=nodejs
In order that yarn can be used with either version of nodejs.
Diffstat (limited to 'community/nodejs-current')
-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 d2dc34e0e1..1f46f7dd1f 100644 --- a/community/nodejs-current/APKBUILD +++ b/community/nodejs-current/APKBUILD @@ -3,7 +3,7 @@ pkgname=nodejs-current # The current stable version, i.e. non-LTS. pkgver=7.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="http://nodejs.org/" arch="all" @@ -14,6 +14,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" +provides="nodejs" 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 |