[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 13 18:06:44 UTC 2018
Date: Tuesday, November 13, 2018 @ 18:06:44
Author: felixonmars
Revision: 407135
upgpkg: npm-check-updates 2.14.3-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-13 17:53:50 UTC (rev 407134)
+++ PKGBUILD 2018-11-13 18:06:44 UTC (rev 407135)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=2.14.2
+pkgver=2.14.3
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -10,11 +10,10 @@
depends=('semver' 'npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('932acb9c620898f6f858afd2ff8020b31299db5ced0bd28ffba68d4d9377d5c1899b8f86c87f9a36aec04afbc940ede239d83f73ad2a2dd655b4b4ce9f897481')
+sha512sums=('df345092a6b927349dcc906c58ad6cfb0c9ca701fb68dca49b9add83f92d62001f296d93cc1b909bce62ac6d1b9886fc64a47bff47733e43bc0a1d7f835f5aa2')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
- rm -r "$pkgdir"/usr/etc
# Experimental dedup
cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
More information about the arch-commits
mailing list