mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/npm to 7.14.0-1
This commit is contained in:
parent
cc4b29ce70
commit
db605c769b
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.13.0
|
pkgver=7.14.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=('aa22c2a0dc1ee6f4d19c2c3da60bc240e41f7ad39d0967a0a4e0b50ea3193de381b15d7f6d45e6fa737b28c90e90ec06d7bb30eaff164620590f69e3237897c4')
|
sha512sums=('ebb0a7f2dc09f61f64540559f59c80dc2bed492d18a39ae6af360452518ec4ecfe97471fb56cc5439f9de6d51220ba406d63d5ac49371efb9ed30321534bbb90')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd cli-$pkgver
|
cd cli-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue