aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4d51bf..f7e3c63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
1# Generated by mksrcinfo v8 1# Generated by mksrcinfo v8
2# Sun Oct 30 23:13:08 UTC 2016 2# Thu Feb 14 11:09:18 UTC 2019
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.5 5 pkgver = 0.7.0
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.5.tgz 12 noextract = npm-cache-0.7.0.tgz
13 options = !emptydirs 13 options = !emptydirs
14 source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.6.5.tgz 14 source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.7.0.tgz
15 sha256sums = f11c749242799d1ea498e3c03781f495f0f34e2631d88a7b900f71e3e3b885ee 15 sha512sums = 2cc2f53dcdb42634053b93e39cda7ca1713bfb389e41546cf65c86135e13b8462ae662963bacf602784c242d102e0d9c6eb258a51aaad04fc0a567d7bc18d8f5
16 16
17pkgname = nodejs-npm-cache 17pkgname = nodejs-npm-cache
18 18
diff --git a/PKGBUILD b/PKGBUILD
index 3de17dd..d1da25a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
2 2
3_npmname=npm-cache 3_npmname=npm-cache
4pkgname=nodejs-$_npmname 4pkgname=nodejs-$_npmname
5pkgver=0.6.5 5pkgver=0.7.0
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')
9url="https://github.com/swarajban/npm-cache" 9url="https://github.com/swarajban/npm-cache"
10license=('MIT') 10license=('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=('f11c749242799d1ea498e3c03781f495f0f34e2631d88a7b900f71e3e3b885ee') 14sha512sums=('2cc2f53dcdb42634053b93e39cda7ca1713bfb389e41546cf65c86135e13b8462ae662963bacf602784c242d102e0d9c6eb258a51aaad04fc0a567d7bc18d8f5')
15options=('!emptydirs') 15options=('!emptydirs')
16 16
17package() { 17package() {