[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 12 00:49:57 UTC 2019
Date: Monday, August 12, 2019 @ 00:49:57
Author: felixonmars
Revision: 498977
upgpkg: npm-check-updates 3.1.21-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-12 00:15:10 UTC (rev 498976)
+++ PKGBUILD 2019-08-12 00:49:57 UTC (rev 498977)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=3.1.20
+pkgver=3.1.21
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
makedepends=('npm')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('99cf41028398493c0ffc8be803ea1f7645928a9c11be1802d2aa29d4fbe5319a238338bb37f77291dc4e216af0d0e9593e710abd790a144b8f93decbaef5c4d4')
+sha512sums=('b7b2b281d1d9d5c1768d2ea470e3e2520eace774aae6370ea879dd74e7bddaa5bb5dde2687d0144f9d8e61843461f0223fb548759e77efdfc6fdab46e89d160c')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list