[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 10 13:15:10 UTC 2021
Date: Wednesday, March 10, 2021 @ 13:15:10
Author: felixonmars
Revision: 887205
upgpkg: npm-check-updates 11.2.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-10 13:14:56 UTC (rev 887204)
+++ PKGBUILD 2021-03-10 13:15:10 UTC (rev 887205)
@@ -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.2.0
+pkgver=11.2.1
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=('242407ca7dff9316961dbc5e7dbf0928d6536601724a719c3d941b871df7ad9116e795680a34b7fc644d08de484c8211fda1cda1b0edc0cd4c5fb305df58c2d8')
+sha512sums=('3ad157b711e1a94f96f9617952fbab2b99ecb57ff7d10e8d093ded8b5f736e8c7ac2914ca07639f581a16f2c34d11a338357a05df78d1b77d3e8a87a0feb6981')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list