mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/npm to 8.1.3-1
This commit is contained in:
parent
a9551a296c
commit
369e9c56cd
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=8.1.2
|
||||
pkgver=8.1.3
|
||||
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=('d8317209d0f2b7f53e68ded87d5020cad0b3b1491b7b2fb89f2c207d4b6f4f615ef63047b109881e3d86ae0600867e37f695d16f9033641b9c3a0575eff981d3')
|
||||
sha512sums=('0d0ab795e668969a41b362d21741fe0e1403790d8fa25c18ad18c59adfac52cc10d7a7689e3b2b4040cd88e476fb7dba1fc8fad1d7603b623eb49cfd12ac5a83')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue