mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/npm to 7.21.0-1
This commit is contained in:
parent
11041a4cfb
commit
e78fac6ed3
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.6
|
||||
pkgver=7.21.0
|
||||
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=('cf34153174ff5439273e83c47a5da0b9fe447e3ca28c6e299dcaaf1ce8beceb737264ed6b64222f6c1b526b1c496e680a83e733fbc42e66138ffb842e945d8df')
|
||||
sha512sums=('e56f2faf620583271ca43091476353b9763ea936022ac0b5f730a2f8210407171babdce2d896dc87f63133646d9f072d980351e364620c204dd14c1eb918921d')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue