mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/npm to 6.14.7-1
This commit is contained in:
parent
05cbf09788
commit
848ab9b29e
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.6
|
||||
pkgver=6.14.7
|
||||
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=('f2b1d6261e0a3ed7888df0fcad073c91f2c55381846a4f2a9b7aa80540ade2aee22579177926144a695c5ee8a9feb2d5836905f0617127d16cffa8ee5e2a2768')
|
||||
sha512sums=('d4222cdad566d3a01aca6f87e4fe4870060736657e9ca7b68b082690abc77c58fee2ed0e6c75a3ccb38c2b83a328054b6cf179d9a6e3e67dc6c66791d2d1fa88')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue