[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Apr 7 22:08:21 UTC 2020
Date: Tuesday, April 7, 2020 @ 22:08:20
Author: felixonmars
Revision: 612517
upgpkg: npm-check-updates 4.1.2-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 22:07:59 UTC (rev 612516)
+++ PKGBUILD 2020-04-07 22:08:20 UTC (rev 612517)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=4.1.1
+pkgver=4.1.2
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=('3b52eec17f21074ebe7c210727870e501f3b7cf538e0a0c0a345f9457806b20534c5a411a9a5b7ad9b5d72e142ee73a725855a7e7f7745397d1d8e1cabbd82f2')
+sha512sums=('0913b6d19d767f280a2ffa30e23e299e9cb17af75afcfb856d6a6c17913db055b407e337777d80d5d0fe7d31cb0e381d7ab84a5ebeb85bca90e8cfc6abc38b8b')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list