mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/npm6 to 6.14.14-1
This commit is contained in:
parent
f1c9e60ab2
commit
905090fce7
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=npm6
|
||||
_pkgname=npm
|
||||
pkgver=6.14.13
|
||||
pkgver=6.14.14
|
||||
pkgrel=1
|
||||
pkgdesc='A package manager for javascript'
|
||||
arch=('any')
|
||||
|
@ -14,14 +14,14 @@ url='https://www.npmjs.com/'
|
|||
license=('custom:Artistic')
|
||||
provides=('npm')
|
||||
conflicts=('npm')
|
||||
depends=('nodejs' 'node-gyp' 'semver')
|
||||
depends=('nodejs-lts-fermium' 'node-gyp' 'semver')
|
||||
# libgl: TODO
|
||||
# libvips: for sharp (doc build) (disabled as current version of gatsby imports a broken sharp)
|
||||
# libxi: for cwebp (doc build)
|
||||
makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python' 'libpng')
|
||||
options=('!emptydirs')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('8a623054ec2fd4423b841ab6e4e4ea48cb4b1a8e1a52f32faef19464dc50b391066c568aa910852304278319a061a5cc0aa2565eda1640171d4231f2ce2f77a3')
|
||||
sha512sums=('f7b6065b9f9194c6f156fe1c1ee7bbabaeefc4d4374bea59f077b36b2415266a2998c8ffab3e5eb68375c711b7157e1b95f38129341097738115c744068259dd')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue