[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 17 20:32:31 UTC 2020
Date: Friday, July 17, 2020 @ 20:32:31
Author: felixonmars
Revision: 664326
upgpkg: npm-check-updates 7.0.2-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-17 20:32:20 UTC (rev 664325)
+++ PKGBUILD 2020-07-17 20:32:31 UTC (rev 664326)
@@ -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.1
+pkgver=7.0.2
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=('cff8b59e1c56d4e2766bcc19b66f763d2fb8bc267963977cea92c33c949c59ff06def4d8265c5dd7552a5329a769958ada760f3268319e77802a71463830f18f')
+sha512sums=('3321f5edf50215b61286e232c598facaa07a619e3bf808cf0a05d0887d68a8d7b7bc4941a09d2da18ee7c32f3ca896df5e716a8d3162833b3d96ca0a48ad2253')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list