mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/npm to 7.8.0-1
This commit is contained in:
parent
73f117ae6a
commit
a55a62edf9
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.7.6
|
pkgver=7.8.0
|
||||||
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=('289a9d72eda195148af65a70b66409972c1478d9e4018f32462edba802fd3e49ea6ba6fac5c58d6e537a60bc09a1e4ee94f5351ef1beb7be86bdd798317e4e05')
|
sha512sums=('aa18d939ba4f5fc81391544a461612b0e66b24615b199353529f52f9bdb6870985d039b3296cb349ed8c299c30740af970d68c0c465dee58df531f41d1e47df7')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd cli-$pkgver
|
cd cli-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue