mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/npm to 8.2.0-1
This commit is contained in:
parent
8ebff5fffc
commit
3486a4e283
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=8.1.4
|
||||
pkgver=8.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='A package manager for javascript'
|
||||
arch=('any')
|
||||
|
@ -18,7 +18,7 @@ depends=('nodejs' 'node-gyp' 'nodejs-nopt' '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=('96a2ddfcb23ff736d977487dbfe2258b744e0aae3b446138bb55697d837c597a93926e7c7b14c12e0e346cc88460fe1aa0e8b9c9545fc09f7361ff4d51faef22')
|
||||
sha512sums=('3f4c56f85ec1f0ec25005e4d47e1b03eed63e96b95b6a66e481e5d3413b2a64e162e6af554c28c4a5b667838bae38080a92dd7b18073634e8beed82d676c5ccd')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue