aboutsummaryrefslogtreecommitdiffstats
path: root/community/nodejs-current
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2020-04-04 03:15:33 +0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-04 01:52:23 +0000
commitd2f2e8db8257012a8d76f5b09240f3df5359e5c9 (patch)
tree4fa5c0cfae7bacf99915ff92e26656f389d47618 /community/nodejs-current
parent51066de91838978f73bbc2464debfe01dadb924f (diff)
downloadaports-d2f2e8db8257012a8d76f5b09240f3df5359e5c9.tar.bz2
aports-d2f2e8db8257012a8d76f5b09240f3df5359e5c9.tar.xz
community/nodejs-current: use python 3 instead of 2
Diffstat (limited to 'community/nodejs-current')
-rw-r--r--community/nodejs-current/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD
index eb966de0f1..a1d0e69642 100644
--- a/community/nodejs-current/APKBUILD
+++ b/community/nodejs-current/APKBUILD
@@ -25,14 +25,14 @@
pkgname=nodejs-current
# The current stable version, i.e. non-LTS.
pkgver=13.12.0
-pkgrel=0
+pkgrel=1
pkgdesc="JavaScript runtime built on V8 engine - current stable version"
url="https://nodejs.org/"
arch="all !mips64 !mips64el"
license="MIT"
depends="ca-certificates"
depends_dev="libuv"
-makedepends="linux-headers python2
+makedepends="linux-headers python3
zlib-dev libuv-dev openssl-dev c-ares-dev nghttp2-dev"
subpackages="$pkgname-dev $pkgname-doc"
provides="nodejs"