mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/npm to 8.1.1-1
This commit is contained in:
parent
ce4223fb21
commit
4bbb9fd686
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.0
|
||||
pkgver=8.1.1
|
||||
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=('151d65f04e25720109fe8033e85350f807bf4e29431a739a2dda86a0b60bce4142d202a2656da66e4718763443b9acdcc94184f5c626d94e53be9581357b0a8f')
|
||||
sha512sums=('5f4127d18f15e942bd30cb023b71449900a841d40421022dea4396f567a907e7825f3ce2aca1694ee08872f72d1b3b85e1b863f20647a1d61e4a9682b2983820')
|
||||
|
||||
prepare() {
|
||||
cd cli-$pkgver
|
||||
|
|
Loading…
Reference in a new issue