[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 30 08:59:11 UTC 2019
Date: Wednesday, October 30, 2019 @ 08:59:11
Author: felixonmars
Revision: 520958
upgpkg: npm-check-updates 3.1.26-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-30 07:15:54 UTC (rev 520957)
+++ PKGBUILD 2019-10-30 08:59:11 UTC (rev 520958)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=3.1.25
+pkgver=3.1.26
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
makedepends=('npm')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('076b4081c9446f2d55ca8378719a79666fa26a6ef68d0575736b9921ca0dc01d1c05b25065a2355e3faec64624a03b36c380ee68cd614146af21981f18a90282')
+sha512sums=('4d048c2604bb01d6dd3ec2b94ec08d31afbbbdd2fb1cb42b5caaf02ccc4f2e226dae7c9ef4712a2592be53c55d6d2abeaab8ddb799609b4839bd199249239cbf')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list