mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/npm to 7.6.1-1
This commit is contained in:
parent
981a497872
commit
cae9e54d8d
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.6.0
|
||||
pkgver=7.6.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=('de25be5485ac5467dc15514b986ffe0224b0f2dfc6d5be6bad34b11a5277b08fe6104243d9ef94c3cefb01bcfd6fb4432b1bbf268ad73855833da5b2cbca5463')
|
||||
sha512sums=('a4af1393e917ca00539d2c4c8ecf936c7da2a2c49b09297a0124800e976c82ff1efb8dc22789430af89e49448e53ae1b5e03d0d3434ff4c3c040d2c2a73d1b26')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue