mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/npm to 7.20.1-1
This commit is contained in:
parent
2b9e339c59
commit
e72b9db2a2
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.0
|
||||
pkgver=7.20.1
|
||||
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=('c31af2a1c5290dfd3caac07e83c00d8cd2cb4fae199a5134b124ff566e79fa2a6e67751396f40479d991481ac1afdf756a7635548abf4af4b6c046a5e2af74e6')
|
||||
sha512sums=('71849a1cb9b33a55c3805014306fa0ea5a0a416c19d473c761e23b8991661360bbea16a35d4b18fd9818c9b735575bdb6ffe7c9a7688e39d6f0d4d3777cf5147')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue