diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2015-12-11 11:56:03 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2015-12-11 11:56:03 +0100 |
commit | 1f0861f77a1a9b347c98aefb2625cfe81eb4473b (patch) | |
tree | f983fd9abb6f943be857dc62202dbbc9074cb8e5 | |
parent | b88e5a72265d8ca36624f0073f2e54ee6066e1a6 (diff) | |
download | AUR-1f0861f77a1a9b347c98aefb2625cfe81eb4473b.tar.gz AUR-1f0861f77a1a9b347c98aefb2625cfe81eb4473b.tar.zst AUR-1f0861f77a1a9b347c98aefb2625cfe81eb4473b.zip |
Upgrade to 0.4.11
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,18 +1,18 @@ | |||
1 | # Generated by mksrcinfo v8 | 1 | # Generated by mksrcinfo v8 |
2 | # Tue Dec 8 14:59:32 UTC 2015 | 2 | # Fri Dec 11 10:55:53 UTC 2015 |
3 | pkgbase = nodejs-npm-cache | 3 | pkgbase = nodejs-npm-cache |
4 | pkgdesc = A command line utility that caches dependencies installed via npm. | 4 | pkgdesc = A command line utility that caches dependencies installed via npm. |
5 | pkgver = 0.4.10 | 5 | pkgver = 0.4.11 |
6 | pkgrel = 1 | 6 | pkgrel = 1 |
7 | url = http://gruntjs.com/ | 7 | url = http://gruntjs.com/ |
8 | arch = any | 8 | arch = any |
9 | license = MIT | 9 | license = MIT |
10 | depends = nodejs | 10 | depends = nodejs |
11 | depends = npm | 11 | depends = npm |
12 | noextract = npm-cache-0.4.10.tgz | 12 | noextract = npm-cache-0.4.11.tgz |
13 | options = !emptydirs | 13 | options = !emptydirs |
14 | source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.4.10.tgz | 14 | source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.4.11.tgz |
15 | sha256sums = db4d65203b20fd717b2bc088a2a8df4f131c3e57403d4ac3ca76606b7595ad1d | 15 | sha256sums = 2f0e6ccf8b777285d11f8e6ac75acbab583840f6a8b2929346b411c120acad92 |
16 | 16 | ||
17 | pkgname = nodejs-npm-cache | 17 | pkgname = nodejs-npm-cache |
18 | 18 | ||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | _npmname=npm-cache | 3 | _npmname=npm-cache |
4 | pkgname=nodejs-$_npmname | 4 | pkgname=nodejs-$_npmname |
5 | pkgver=0.4.10 | 5 | pkgver=0.4.11 |
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') |
@@ -11,7 +11,7 @@ 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=('db4d65203b20fd717b2bc088a2a8df4f131c3e57403d4ac3ca76606b7595ad1d') | 14 | sha256sums=('2f0e6ccf8b777285d11f8e6ac75acbab583840f6a8b2929346b411c120acad92') |
15 | options=('!emptydirs') | 15 | options=('!emptydirs') |
16 | 16 | ||
17 | package() { | 17 | package() { |