mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/npm to 7.7.4-1
This commit is contained in:
parent
0d39b0daed
commit
52972270e1
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.7.3
|
||||
pkgver=7.7.4
|
||||
pkgrel=1
|
||||
pkgdesc='A package manager for javascript'
|
||||
arch=('any')
|
||||
|
@ -18,7 +18,7 @@ depends=('nodejs' 'node-gyp' '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=('cde330aaf822f4941eed3603fcd5bc5c6f7d4e056eaf7bd07b7d8e124e6a29675b8fa6fffc02c28e2e3df8ce40fe5a96ccda542b8963bbac1248d587fb8ef047')
|
||||
sha512sums=('603ebdd8f61e5f17023132cc785971b04296af87f118ed22d76cc5c2282dd3274babdbfbbc6709240cae2b43d4459101ae997e6c7aa302b69c3aef2f002bc9d1')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue