Skip to content

Commit

Permalink
community/nodejs-current: add provides=nodejs
Browse files Browse the repository at this point in the history
In order that yarn can be used with either version of nodejs.
  • Loading branch information
errm authored and jirutka committed Jan 31, 2017
1 parent 9ee92ce commit 8a7a505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion community/nodejs-current/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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"
Expand All @@ -13,6 +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"
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
Expand Down

0 comments on commit 8a7a505

Please sign in to comment.