[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 3 17:59:56 UTC 2019
Date: Sunday, November 3, 2019 @ 17:59:55
Author: felixonmars
Revision: 522549
upgpkg: npm-check-updates 3.2.0-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-03 17:59:37 UTC (rev 522548)
+++ PKGBUILD 2019-11-03 17:59:55 UTC (rev 522549)
@@ -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.26
+pkgver=3.2.0
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=('4d048c2604bb01d6dd3ec2b94ec08d31afbbbdd2fb1cb42b5caaf02ccc4f2e226dae7c9ef4712a2592be53c55d6d2abeaab8ddb799609b4839bd199249239cbf')
+sha512sums=('1aac5de85bfe12818d2a0dad85c971dcb3ecf5d1dad53a7f47eff9f6260081b96227936c0ddfc3ea3ea48e19cbb4a87eed7317edca37813ad5cec4aa4cf35102')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list