[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 10 22:46:27 UTC 2021
Date: Monday, May 10, 2021 @ 22:46:27
Author: felixonmars
Revision: 929646
upgpkg: npm-check-updates 11.5.11-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-10 22:37:20 UTC (rev 929645)
+++ PKGBUILD 2021-05-10 22:46:27 UTC (rev 929646)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=11.5.10
+pkgver=11.5.11
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=('fa72ab941683825350584579f9bc7a64c24073a540fda29baad2acf9fafa7b071e745da17ccc473197b96fc996f5252ef9b8edb7f4ab3c7c64a0089ea59205a4')
+sha512sums=('b5577b6c7f7a681afa14379431e41b5e4cdb48602aec23fa8d0997fe9a75a647e338785c60a16a5e97b9eac44992332e675ce4042f217ad693ee03eef6aefbeb')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list