[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 16 20:32:50 UTC 2020
Date: Monday, November 16, 2020 @ 20:32:50
Author: felixonmars
Revision: 755614
upgpkg: npm-check-updates 10.1.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-16 20:31:20 UTC (rev 755613)
+++ PKGBUILD 2020-11-16 20:32:50 UTC (rev 755614)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=10.0.0
+pkgver=10.1.1
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
depends=('npm' 'semver')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8d118409c2f0c69e792c336fbfe7a610b36dd57b55244c1c100b02cee8b7d9e1e47914e08e627298ae7ab61de65f91a0ea8d4348794072ccd129d00f9de6701c')
+sha512sums=('77597026abf4b11289c17c1a0144994cda81cef2493907d3884aa433aef8b5384d9ad3dde5653432a6abfffd01a43752211b367c4424bcabe0e7bfb629ba2c6b')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list