mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/npm to 7.20.3-1
This commit is contained in:
parent
3e5da3b51a
commit
960557b905
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.20.2
|
||||
pkgver=7.20.3
|
||||
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=('98c0d59b60c010bf2db5174773032f85c799f66259006a713697dc87866d68267d3da313cd1741b5c444fdb30cef6f6b7454e3147d7f27037f7e01facca9dbb5')
|
||||
sha512sums=('50a303155ca805dfbccdbb97f0e864c525959fa67e8e2c08e367d5e7bf5926c79bd9a41745f0aee182ffc5df9e36cc9ed997f720495e893c48888ee41075b677')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue