[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Aug 21 21:28:19 UTC 2022
Date: Sunday, August 21, 2022 @ 21:28:19
Author: felixonmars
Revision: 1274069
upgpkg: npm-check-updates 15.0.5-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-21 21:28:09 UTC (rev 1274068)
+++ PKGBUILD 2022-08-21 21:28:19 UTC (rev 1274069)
@@ -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.0.4
+pkgver=15.0.5
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=('11bf4563d19f7821d0f85eb2aafca7c818cb1444d4e274de10238af4ff8854ceb83fa434375c6b6f65583c564950e8557315e8fe2bd1361e7041932e874cd93c')
+sha512sums=('2df3b423075442e16e473fefe19f973245f30b584eb66b4cfd3314f58220df611070ba9f215f22c585a8a7500cefdf5264a584039de2533c1dbb5c2058009b46')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list