[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 10 06:53:48 UTC 2020
Date: Monday, August 10, 2020 @ 06:53:47
Author: felixonmars
Revision: 673429
upgpkg: npm-check-updates 7.0.4-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-10 06:53:46 UTC (rev 673428)
+++ PKGBUILD 2020-08-10 06:53:47 UTC (rev 673429)
@@ -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.3
+pkgver=7.0.4
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=('db4479669e47ff7530dd501e600c2e1040ad03830be50c5a3150ac2af88566d379a7638d0de5d04f5f3edf5bee8214040dec43c8d5910d4ec9c303de6a8d9aa4')
+sha512sums=('937a9c34aea10c9ccf8919accc66f435b92b0b354693dd215108accd35724a295ba1c32e1be106c2c3c57c80a3a5b71ef673930c38ef1ef7fa9624b98b751937')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list