mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/npm to 7.20.4-1
This commit is contained in:
parent
2f3cc6b2a9
commit
e756927d4f
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.3
|
||||
pkgver=7.20.4
|
||||
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=('50a303155ca805dfbccdbb97f0e864c525959fa67e8e2c08e367d5e7bf5926c79bd9a41745f0aee182ffc5df9e36cc9ed997f720495e893c48888ee41075b677')
|
||||
sha512sums=('5b8e8648219b3ecc9308ad9eba194a7e1a8ac73855f86711799cb9db4b9d90036d19ceac0ef35f7e4afd8891e30612c944d8f9a5cafbc6b01241e33adcf2c828')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue