mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/npm to 7.7.5-1
This commit is contained in:
parent
4761ff4f3f
commit
eb39f3a507
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.4
|
||||
pkgver=7.7.5
|
||||
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=('603ebdd8f61e5f17023132cc785971b04296af87f118ed22d76cc5c2282dd3274babdbfbbc6709240cae2b43d4459101ae997e6c7aa302b69c3aef2f002bc9d1')
|
||||
sha512sums=('3bc51c3093e77a05b25e758b9027c12615dfaef556750e9ed250810c05f84e0e750c0098dbde5f79148577945f5af099ba1698f612e006785d58d1db3e852ef0')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue