[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Mar 9 13:07:28 UTC 2021


    Date: Tuesday, March 9, 2021 @ 13:07:27
  Author: felixonmars
Revision: 887010

upgpkg: npm-check-updates 11.2.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-09 13:06:55 UTC (rev 887009)
+++ PKGBUILD	2021-03-09 13:07:27 UTC (rev 887010)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=11.1.11
+pkgver=11.2.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,10 +10,10 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('68d60812b56d3e4f2d3ae34425c6fc95fc9b785bf1993bf3389981962a1b521bee9399b422e52d56a21991fb541b38c9f736062ce86553ba9f3b5c07c02e5b96')
+sha512sums=('242407ca7dff9316961dbc5e7dbf0928d6536601724a719c3d941b871df7ad9116e795680a34b7fc644d08de484c8211fda1cda1b0edc0cd4c5fb305df58c2d8')
 
 package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
 
   # Experimental dedup
   cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules



More information about the arch-commits mailing list