[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Sep 1 10:18:48 UTC 2022
Date: Thursday, September 1, 2022 @ 10:18:48
Author: felixonmars
Revision: 1290078
upgpkg: npm-check-updates 15.2.6-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 10:18:40 UTC (rev 1290077)
+++ PKGBUILD 2022-09-01 10:18:48 UTC (rev 1290078)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=15.2.5
+pkgver=15.2.6
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('3e024297d885c762cafc956d94354cf029d0cd16a4b0892f3ceec976e20b567a54d944786bf83a9c1bc308ad3d589ae14f2c8c6abda1270ed2373d04c349d5d6')
+sha512sums=('9578a13fee848c75bbe04344e98616d9f79499db1f2b87afbacd994c2c937744129e61ddc746dc1e9887b2382a8cfb48aa01cf2572c2ad5ea0777246619837c6')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list