[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 26 21:37:55 UTC 2019
Date: Tuesday, March 26, 2019 @ 21:37:54
Author: felixonmars
Revision: 443719
upgpkg: npm-check-updates 3.1.2-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-26 21:37:36 UTC (rev 443718)
+++ PKGBUILD 2019-03-26 21:37:54 UTC (rev 443719)
@@ -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.1
+pkgver=3.1.2
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c547f888bdbc4003233a477d787d82231b7df0a32e6f767904dd6b90b32985bdd6a067a2459e180ecf362a6477265e5c85e7968c98c8f870578a2185031018b9')
+sha512sums=('0cd2c9b1f32a27776f47f15fd12d498efdf732537229ec241ba8b61895942c62df1debbaaf2e16f20da56120801f2980cb6f8962093e5979eda30d6b0b18ae88')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list