community/nodejs to 12.9.0-1

This commit is contained in:
Kevin Mihelich 2019-08-24 16:55:30 +00:00
parent 92fb10251d
commit 1e6f8c27c3

View file

@ -14,18 +14,18 @@
buildarch=28
pkgname=nodejs
pkgver=11.15.0
pkgver=12.9.0
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('x86_64')
url='http://nodejs.org/'
url='https://nodejs.org/'
license=('MIT')
depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 'v8')
makedepends=('python2' 'procps-ng')
optdepends=('npm: nodejs package manager')
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz"
'atomic.patch')
sha512sums=('91e824219da7d93e468f7ce5f7f0c6bcc52f7bee9607113564613a933195536a0cecafd67db7e4c7f6ce1f734ef1e94ea3a8f4dfc1d98ffd4a85420b48766c24'
sha512sums=('75504a775848e03a795e162c38315289eada16bfc8fbaa4cddccbc9e3c83b2dfd5227bce29348279b00982ee566c4e0cb1a828add8a6cea3c571e93aaa162f1f'
'b1dd60c8f594fc07d66c0c77ea682555064cfd66a778e02d94b39be471ffc39ed9e57059e2f9e4dfc8434f0bd4cb958bce2e186e249aeeb179b854add5b4d9d6')
prepare() {
@ -41,9 +41,9 @@ prepare() {
-e "s_'python'_'python2'_" -i {} \;
find test/ -type f -exec sed 's_python _python2 _' -i {} \;
if [[ $CARCH == "armv6h" ]]; then
patch -p0 -i ../atomic.patch
fi
# if [[ $CARCH == "armv6h" ]]; then
# patch -p0 -i ../atomic.patch
# fi
}
build() {