[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Jul 24 02:27:06 UTC 2022


    Date: Sunday, July 24, 2022 @ 02:27:05
  Author: felixonmars
Revision: 1255874

upgpkg: npm-check-updates 14.1.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-24 01:51:50 UTC (rev 1255873)
+++ PKGBUILD	2022-07-24 02:27:05 UTC (rev 1255874)
@@ -2,15 +2,16 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=14.0.2
+pkgver=14.1.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
 license=('Apache')
 depends=('nodejs-nopt' 'npm' 'semver')
+makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ad57ad3f9d501db6db70385306442ffa1f841196cbc757a13e0a93e85f4c1f7676dcef2d4b625becf5aeb08582334e2a869d885eee83deed6c8da806d07ed22f')
+sha512sums=('e78df55d6d0cb2b49f06fda61e84418eafe66f67a234a5005c11b17badce068f9364032d288fbfdb3c76ddbf44d80dc094b4043d093f7b8b33ec4a0718ea0528')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list