aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-04-29 10:31:25 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-04-29 10:31:25 +0200
commita03b36d2a716a00ad8de01b5b84626414123e6bc (patch)
tree5b64e98a2f7ed29ff3338b6f957d5567b61ac30d
parent50886cf599ae5a91e8c950d20bb67276dcd934d3 (diff)
downloadAUR-a03b36d2a716a00ad8de01b5b84626414123e6bc.tar.gz
AUR-a03b36d2a716a00ad8de01b5b84626414123e6bc.tar.zst
AUR-a03b36d2a716a00ad8de01b5b84626414123e6bc.zip
Upgrade to 0.6.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3c730e..f60ee29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
1# Generated by mksrcinfo v8 1# Generated by mksrcinfo v8
2# Mon Feb 22 11:26:43 UTC 2016 2# Fri Apr 29 08:31:15 UTC 2016
3pkgbase = nodejs-npm-cache 3pkgbase = 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.6.0 5 pkgver = 0.6.3
6 pkgrel = 1 6 pkgrel = 1
7 url = https://github.com/swarajban/npm-cache 7 url = https://github.com/swarajban/npm-cache
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.6.0.tgz 12 noextract = npm-cache-0.6.3.tgz
13 options = !emptydirs 13 options = !emptydirs
14 source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.6.0.tgz 14 source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.6.3.tgz
15 sha256sums = 7ccb27a7bc5752bf68c74c52e531868012e7a85bfe32a00b97dd32870e633b90 15 sha256sums = 1f7b7964477a59392c6b2d9a6d4a7194e307f286bed5819c36927aedfaf92bcd
16 16
17pkgname = nodejs-npm-cache 17pkgname = nodejs-npm-cache
18 18
diff --git a/PKGBUILD b/PKGBUILD
index ea7bc93..7f1523a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
2 2
3_npmname=npm-cache 3_npmname=npm-cache
4pkgname=nodejs-$_npmname 4pkgname=nodejs-$_npmname
5pkgver=0.6.0 5pkgver=0.6.3
6pkgrel=1 6pkgrel=1
7pkgdesc="A command line utility that caches dependencies installed via npm." 7pkgdesc="A command line utility that caches dependencies installed via npm."
8arch=('any') 8arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
11depends=('nodejs' 'npm') 11depends=('nodejs' 'npm')
12source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz) 12source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
13noextract=($_npmname-$pkgver.tgz) 13noextract=($_npmname-$pkgver.tgz)
14sha256sums=('7ccb27a7bc5752bf68c74c52e531868012e7a85bfe32a00b97dd32870e633b90') 14sha256sums=('1f7b7964477a59392c6b2d9a6d4a7194e307f286bed5819c36927aedfaf92bcd')
15options=('!emptydirs') 15options=('!emptydirs')
16 16
17package() { 17package() {