[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 28 13:02:05 UTC 2018
Date: Wednesday, February 28, 2018 @ 13:02:04
Author: felixonmars
Revision: 300010
upgpkg: npm-check-updates 2.14.1-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-28 13:01:45 UTC (rev 300009)
+++ PKGBUILD 2018-02-28 13:02:04 UTC (rev 300010)
@@ -3,7 +3,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=2.14.0
+pkgver=2.14.1
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
depends=('semver' 'npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5a65caf9b6452b182f7e77d50df32c1d4788c7f7321961012e5dafa58526a18eddfa87aa14b8d44ea63a6b638ca8ebb4742bd722bcae8a55cee3f6b5c341317d')
+sha512sums=('c4f90c7bd612c80d2caea57e6411fec64ceaa7027e41b5eb93f94d8ed5fa6f3c36eba42cb583f35a253296edc7b7f9e130bd24cbdacd1bf1d28179e5c8a61f59')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list