mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/npm to 7.6.2-1
This commit is contained in:
parent
8a33c05e92
commit
0b81021818
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - comment make in build, comment man mv in package
|
# - comment make in build, comment man mv in package
|
||||||
|
|
||||||
pkgname=npm
|
pkgname=npm
|
||||||
pkgver=7.6.1
|
pkgver=7.6.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A package manager for javascript'
|
pkgdesc='A package manager for javascript'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -18,7 +18,7 @@ depends=('nodejs' 'node-gyp' 'semver')
|
||||||
makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
|
makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz")
|
||||||
sha512sums=('a4af1393e917ca00539d2c4c8ecf936c7da2a2c49b09297a0124800e976c82ff1efb8dc22789430af89e49448e53ae1b5e03d0d3434ff4c3c040d2c2a73d1b26')
|
sha512sums=('52d233b97a91934fc3e939ad540951f42a22ba1ca484d8a99a59b4a501ab74f32efb7c2a39a123c744761ac236718d6a6a9731ff5dc3f8f5971c430dee7660a2')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd cli-$pkgver
|
cd cli-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue