mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/npm to 7.19.1-1
This commit is contained in:
parent
c8af536523
commit
150a5e6e48
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.19.0
|
||||
pkgver=7.19.1
|
||||
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=('26713f2924204bc5f3d899e55de1de09f3cc36795bc19536ac738241bbe4aab1d3b8d4705fd9ad79d2e56798eccceb94bbecce3a5c1997ff8be01c5b5fa42368')
|
||||
sha512sums=('e2a25e70169028a8bc0aa1e56cb3954d65106d7a87b2c59157139359efd58262018b8baf4d59ab90412c0aafa78fbfd69d95b9c1ff05a83089792834cc999f5e')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue