mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/nodejs: fixes options array
This commit is contained in:
parent
f51691960d
commit
5a8c05b6f2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ provides=('nodejs-node-gyp')
|
|||
makedepends=('python2' 'git' 'procps-ng')
|
||||
optdepends=('python2: for node-gyp')
|
||||
checkdepends=('curl')
|
||||
options=('!emptydirs !strip')
|
||||
options=('!emptydirs' '!strip')
|
||||
source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"
|
||||
git+https://github.com/npm/npm.git#tag=v$_npmver)
|
||||
sha256sums=('0043656bb1724cb09dbdc960a2fd6ee37d3badb2f9c75562b2d11235daa40a03'
|
||||
|
|
Loading…
Reference in a new issue