mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/npm to 7.11.2-1
This commit is contained in:
parent
06604efaf7
commit
31f03333b0
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.11.1
|
||||
pkgver=7.11.2
|
||||
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=('fc17a6cb7aafd2fd0c568800c8c5eb88248c0270c9e644dc8d521672eb611a2fece3743fb5f22a2e4c86517754f62bf6f4c217ec60a9e9d6b5a379840a2f89c3')
|
||||
sha512sums=('8a7236b8b179505a5d400b40cfb5354d420177a0e6c9c2ef76c9b3eb97dd56de16053cb37f14ccdc3c4d80c697582ca13119fd40cc8676d4c028ca89fd7b10d1')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue