mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/npm to 8.5.3-1
This commit is contained in:
parent
8ac068cd0d
commit
8cedcae00d
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.5.2
|
||||
pkgver=8.5.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=('6d23660d0dc7d17670e0a7a0d042b01040c1e80a9a45add4ab3c851ea87d98ae329a4b60d8fc8fb6ad2b12ef26cc56905a016c7327339b8ff26731601f00f3b1')
|
||||
sha512sums=('25c19d6dae827f99fe61c4baae126f186b3566422dd6317e100950975999b4bdd4da7eac1e821e8c5963002d12ce6fe650a16cea191994e83bc71930e71b2907')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue