[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 7 06:37:24 UTC 2020
Date: Friday, August 7, 2020 @ 06:37:24
Author: felixonmars
Revision: 671290
upgpkg: npm-check-updates 7.0.3-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-07 06:35:55 UTC (rev 671289)
+++ PKGBUILD 2020-08-07 06:37:24 UTC (rev 671290)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=7.0.2
+pkgver=7.0.3
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=('3321f5edf50215b61286e232c598facaa07a619e3bf808cf0a05d0887d68a8d7b7bc4941a09d2da18ee7c32f3ca896df5e716a8d3162833b3d96ca0a48ad2253')
+sha512sums=('db4479669e47ff7530dd501e600c2e1040ad03830be50c5a3150ac2af88566d379a7638d0de5d04f5f3edf5bee8214040dec43c8d5910d4ec9c303de6a8d9aa4')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list