mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/npm to 7.15.1-1
This commit is contained in:
parent
74a97550c2
commit
1e1ae1f198
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.15.0
|
||||
pkgver=7.15.1
|
||||
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=('5478537759fee6f92fed8642e337c5c27802b674c414e0df801653e4272688dee310f626ca0020f4dd692ac8fce48fe2c812222bb370d4a4b0b6990a4f9bd349')
|
||||
sha512sums=('3f4c4c2d00dd1162e003e28df073bd205d47e233341bf4087c7227b58c87ccc6ac3f53b2bd3563283a8c72d695098d021260186adb5226df16e3403363f74ca5')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue