mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/npm to 7.20.0-1
This commit is contained in:
parent
150a5e6e48
commit
3c157af66b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - comment make in build, comment man mv in package
|
||||
|
||||
pkgname=npm
|
||||
pkgver=7.19.1
|
||||
pkgver=7.20.0
|
||||
pkgrel=1
|
||||
pkgdesc='A package manager for javascript'
|
||||
arch=('any')
|
||||
|
@ -18,7 +18,7 @@ depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
|
|||
makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
|
||||
options=('!emptydirs')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('e2a25e70169028a8bc0aa1e56cb3954d65106d7a87b2c59157139359efd58262018b8baf4d59ab90412c0aafa78fbfd69d95b9c1ff05a83089792834cc999f5e')
|
||||
sha512sums=('c31af2a1c5290dfd3caac07e83c00d8cd2cb4fae199a5134b124ff566e79fa2a6e67751396f40479d991481ac1afdf756a7635548abf4af4b6c046a5e2af74e6')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue