mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/npm to 7.11.1-1
This commit is contained in:
parent
9b3efd21e1
commit
32d5b4f1a8
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.0
|
||||
pkgver=7.11.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=('d838850bc102e1c90a7de76e817c4f9d41beebbba8dca43b06a3e8e5b3340a58b4ff8a7276dfb9eff9b57b56a8f57a7393074878e9ad0450b5c2498e0c95dafd')
|
||||
sha512sums=('fc17a6cb7aafd2fd0c568800c8c5eb88248c0270c9e644dc8d521672eb611a2fece3743fb5f22a2e4c86517754f62bf6f4c217ec60a9e9d6b5a379840a2f89c3')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue