mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/npm to 6.14.8-1
This commit is contained in:
parent
127bfb38e7
commit
1a3dd20344
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.7
|
||||
pkgver=6.14.8
|
||||
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=('d4222cdad566d3a01aca6f87e4fe4870060736657e9ca7b68b082690abc77c58fee2ed0e6c75a3ccb38c2b83a328054b6cf179d9a6e3e67dc6c66791d2d1fa88')
|
||||
sha512sums=('e5a77fc9130443dd96713129d5764e2afc185efda9f7e6465505c0619c146ce571e28c855913ad43fd11ebe6b0080822e29632f8f50c182fb4b05f2478c62a9d')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue