mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/npm to 7.9.0-1
This commit is contained in:
parent
cd799800d1
commit
df1fc59701
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.8.0
|
||||
pkgver=7.9.0
|
||||
pkgrel=1
|
||||
pkgdesc='A package manager for javascript'
|
||||
arch=('any')
|
||||
|
@ -18,7 +18,7 @@ depends=('nodejs' 'node-gyp' '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=('aa18d939ba4f5fc81391544a461612b0e66b24615b199353529f52f9bdb6870985d039b3296cb349ed8c299c30740af970d68c0c465dee58df531f41d1e47df7')
|
||||
sha512sums=('ad59518cfa8990d61d662de6385489fa0f490f556d5de479890363feb74d8eadc3074e41c5899d09c94c15bc7661766eee20666fca97fac4178e6b26b9c7c6f7')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue