[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 8 22:13:00 UTC 2020
Date: Tuesday, December 8, 2020 @ 22:13:00
Author: felixonmars
Revision: 772278
upgpkg: npm-check-updates 10.2.3-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-08 22:12:57 UTC (rev 772277)
+++ PKGBUILD 2020-12-08 22:13:00 UTC (rev 772278)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=10.2.2
+pkgver=10.2.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=('c721353d44eee316ab543457080d0761df76ad3df377cec6222c5ccccfd30a4c0dd76ff7d72543ffc74ec97b60340f1fa48baf863adf5fb9f8715d0e4c26bd86')
+sha512sums=('14e9fa8e0b5a4ae5f951045dda6645e74b736372d60fe8eea56c0412797610f2b22564d4b6f2c88a92ac0484d79e23e348e362665e4dbb5494a0a57bb353c7d0')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list