mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/npm to 7.6.3-1
This commit is contained in:
parent
38911b9e7b
commit
037bd75819
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.2
|
||||
pkgver=7.6.3
|
||||
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=('52d233b97a91934fc3e939ad540951f42a22ba1ca484d8a99a59b4a501ab74f32efb7c2a39a123c744761ac236718d6a6a9731ff5dc3f8f5971c430dee7660a2')
|
||||
sha512sums=('a74250ec584a79930f1d118eb5c3c8b9a07bfc750381097701bfda9eeb394a646ba73514d0e742a81b31d1cb0399ece5b5413d2232f497e15cae51273239cd75')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue