[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 29 03:37:09 UTC 2019
Date: Friday, March 29, 2019 @ 03:37:09
Author: felixonmars
Revision: 445868
upgpkg: npm-check-updates 3.1.3-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-29 03:37:08 UTC (rev 445867)
+++ PKGBUILD 2019-03-29 03:37:09 UTC (rev 445868)
@@ -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.2
+pkgver=3.1.3
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=('0cd2c9b1f32a27776f47f15fd12d498efdf732537229ec241ba8b61895942c62df1debbaaf2e16f20da56120801f2980cb6f8962093e5979eda30d6b0b18ae88')
+sha512sums=('12de104241d0b5f7c66de3f6b1b760b82e152241ecb5df16588936f76ce8635491889678e457d220d86b467d1d3dfb50e73e340b43fb68b4ba8018d1f20c5bb7')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list