[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Feb 22 20:31:49 UTC 2021
Date: Monday, February 22, 2021 @ 20:31:49
Author: felixonmars
Revision: 868892
upgpkg: npm-check-updates 11.1.5-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-22 20:31:27 UTC (rev 868891)
+++ PKGBUILD 2021-02-22 20:31:49 UTC (rev 868892)
@@ -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.1.4
+pkgver=11.1.5
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=('8ead4a01f61c6de15604bc918fb613e6bc10de96889ecaae91e6b09707d4767be683129be6e16977b926fe084f8f1010595bc879cbec6095f41421d69388ff88')
+sha512sums=('254ae93a701e08c2107b40cfe5ad8b359f8217227528d546184822bbc707d3fbe6468185392a7b7cb8cdb513a4b686313ddfc1cbcbde6b5bc2d560478c4494b9')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list