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