[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jan 22 17:35:42 UTC 2021
Date: Friday, January 22, 2021 @ 17:35:42
Author: felixonmars
Revision: 824660
upgpkg: npm-check-updates 10.3.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-22 17:35:17 UTC (rev 824659)
+++ PKGBUILD 2021-01-22 17:35:42 UTC (rev 824660)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=10.3.0
+pkgver=10.3.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=('d7d0b6d8a5028d97aaab6b9850738ccd93ae396a5a10bf5b5b44a708ea73b6d23f1548ead1ac59d808d1a3f6d1d3358ab8e9f84b0f96866f0c813a13906938de')
+sha512sums=('17cf60539e5da3c4168417238428783660bc4ec2b51078443f0e4e7b979f264f9c80e552d8ffca1fbe03b0dbdbb466c12d8b7a7e10817937fb085fcbadb8b4a2')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list