[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Apr 9 19:32:57 UTC 2019
Date: Tuesday, April 9, 2019 @ 19:32:56
Author: felixonmars
Revision: 450673
upgpkg: npm-check-updates 3.1.7-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-09 19:28:15 UTC (rev 450672)
+++ PKGBUILD 2019-04-09 19:32:56 UTC (rev 450673)
@@ -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.6
+pkgver=3.1.7
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e72288dbc54e938d5e9249e8376b6044bc59d47013917fd1406af9b933ea5a5e758bd36ceb88f49490a88e040807fb15545e5263ba74b2b5bbb048532b33776c')
+sha512sums=('ea83750cf5daedecb934fb90ec4d426b2101a455b8b0bc13a3877ac1c8aa2c770b43603a65c7e2068e334f3424d04c8f02606c4ddca4d197ad7ad63704776860')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list