mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/npm to 7.24.1-1
This commit is contained in:
parent
0d6f7ad121
commit
237f61a14f
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.24.0
|
||||
pkgver=7.24.1
|
||||
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=('5635ed94b97231e86c17cc74712f08133ffa9ffc7bcaa33b64f359fa832796de6550975b63fb8903da5f6a0fe9f9052ab514b62f1a4cfc2eb7e861bf40035767')
|
||||
sha512sums=('12b52be8b0fedc4261548ba77ef485eb3a151fe4fb260827be4799868acfff79ddc1dd4e863f1eb098a4069f235cd2fb0b50e7f6a13ee19c10972125fb85d736')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue