mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/npm to 7.18.0-1
This commit is contained in:
parent
87c2ec86da
commit
c8909d06a8
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.17.0
|
pkgver=7.18.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' 'nodejs-nopt' '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=('01349884845e84b4cf79162624425ed838552b3e0cf248d5f2bad87cadc10c304a3107fdac3a14d60b177a1aa8816227c8b0fbf0e7fde8d27ab391f5ccbe5246')
|
sha512sums=('d898423ac708e7679cbda8dd835562841a7042a41c365e488389962602d50da27576d314513d0257843e448fe914b752c0b0d3674919114605b159a9bb550779')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd cli-$pkgver
|
cd cli-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue