diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-02-22 12:27:23 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-02-22 12:27:23 +0100 |
commit | 50886cf599ae5a91e8c950d20bb67276dcd934d3 (patch) | |
tree | 796fd51fb531b7b39c6d2caa302efbd4651d2426 /PKGBUILD | |
parent | fc21b09596bfe6b50a98dc9857c8d43657afd8fb (diff) | |
download | AUR-50886cf599ae5a91e8c950d20bb67276dcd934d3.tar.gz AUR-50886cf599ae5a91e8c950d20bb67276dcd934d3.tar.zst AUR-50886cf599ae5a91e8c950d20bb67276dcd934d3.zip |
Upgrade to 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,16 +2,16 @@ | |||
2 | 2 | ||
3 | _npmname=npm-cache | 3 | _npmname=npm-cache |
4 | pkgname=nodejs-$_npmname | 4 | pkgname=nodejs-$_npmname |
5 | pkgver=0.5.4 | 5 | pkgver=0.6.0 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc="A command line utility that caches dependencies installed via npm." | 7 | pkgdesc="A command line utility that caches dependencies installed via npm." |
8 | arch=('any') | 8 | arch=('any') |
9 | url="http://gruntjs.com/" | 9 | url="https://github.com/swarajban/npm-cache" |
10 | license=('MIT') | 10 | license=('MIT') |
11 | depends=('nodejs' 'npm') | 11 | depends=('nodejs' 'npm') |
12 | source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz) | 12 | source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz) |
13 | noextract=($_npmname-$pkgver.tgz) | 13 | noextract=($_npmname-$pkgver.tgz) |
14 | sha256sums=('0f3261b5185fd10dc247f01746321e7f130eb76f4e9e3f70a554d8014bff0510') | 14 | sha256sums=('7ccb27a7bc5752bf68c74c52e531868012e7a85bfe32a00b97dd32870e633b90') |
15 | options=('!emptydirs') | 15 | options=('!emptydirs') |
16 | 16 | ||
17 | package() { | 17 | package() { |