mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/npm to 7.23.0-1
This commit is contained in:
parent
7e8a75c076
commit
f13a1133ae
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.22.0
|
||||
pkgver=7.23.0
|
||||
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=('f40c6d2fc3577ec6d3f67d818e6bffd5dae51ba042cee45d12d47fd1ce7008706ce470d89e19f737e506ae11b7c0064d2356507f34384ec4e98149a3c9dbe543')
|
||||
sha512sums=('870aa60b825fdfa3f1cf1d2792a1027dc5ebfeaecea1edbb2ddb58739c88a1306d0e93bc0a25b124d9a0baa89d20a19922fe930127cf17b536a95e53c6d22fc6')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue