mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/npm to 7.15.0-1
This commit is contained in:
parent
761362bbc2
commit
7c0065b958
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - comment make in build, comment man mv in package
|
# - comment make in build, comment man mv in package
|
||||||
|
|
||||||
pkgname=npm
|
pkgname=npm
|
||||||
pkgver=7.14.0
|
pkgver=7.15.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A package manager for javascript'
|
pkgdesc='A package manager for javascript'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -18,7 +18,7 @@ depends=('nodejs' 'node-gyp' 'semver')
|
||||||
makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
|
makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz")
|
||||||
sha512sums=('ebb0a7f2dc09f61f64540559f59c80dc2bed492d18a39ae6af360452518ec4ecfe97471fb56cc5439f9de6d51220ba406d63d5ac49371efb9ed30321534bbb90')
|
sha512sums=('5478537759fee6f92fed8642e337c5c27802b674c414e0df801653e4272688dee310f626ca0020f4dd692ac8fce48fe2c812222bb370d4a4b0b6990a4f9bd349')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd cli-$pkgver
|
cd cli-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue