mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/npm to 6.14.3-1
This commit is contained in:
parent
bc00600d62
commit
ecc56caed7
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - makedepend on libpng - required to build pngquant from source during build
|
||||
|
||||
pkgname=npm
|
||||
pkgver=6.14.2
|
||||
pkgver=6.14.3
|
||||
pkgrel=1
|
||||
pkgdesc='A package manager for javascript'
|
||||
arch=('any')
|
||||
|
@ -17,7 +17,7 @@ depends=('nodejs' 'node-gyp' 'semver')
|
|||
makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python' 'libpng')
|
||||
options=('!emptydirs')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('854b2d63934f67b0edc5d0bfd853afbe182b454463bd11c9c361040213527819b2028924c5b2fed24a881862688592414aab35e958a98b27905f60793706f7a8')
|
||||
sha512sums=('d8537d76e53d63868d976c0fad4ce85a7e60ac6ec6c7d7f13c046ac5ec66158f2626ceb17f70e2e1b619c87d6fcfd25b3ac688accd26364c484cabaf7d167bfe')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue