[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 17 11:09:09 UTC 2020
Date: Tuesday, November 17, 2020 @ 11:09:09
Author: felixonmars
Revision: 756385
upgpkg: npm-check-updates 10.2.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-17 11:09:08 UTC (rev 756384)
+++ PKGBUILD 2020-11-17 11:09:09 UTC (rev 756385)
@@ -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.2.0
+pkgver=10.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=('f6fcdb68e88bd44a614bd824133ae60eaca5b2668122e5dd8b36df497859fd88b643f9742f386e99fe93bd59ca7c258d5be27f649bfce1548f2234e66b6d7070')
+sha512sums=('a7a14cd495c3b3665f619e69c8e3e48885878be7657634b6e90a1561c7da06017f4a6181ab25379b4596ff2dcf48fbce75beb5d1c9c8fb0cd0c731714d2c7ee5')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list