[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 10 04:21:19 UTC 2019
Date: Wednesday, July 10, 2019 @ 04:21:19
Author: felixonmars
Revision: 488368
upgpkg: npm-check-updates 3.1.18-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-10 04:21:15 UTC (rev 488367)
+++ PKGBUILD 2019-07-10 04:21:19 UTC (rev 488368)
@@ -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.17
+pkgver=3.1.18
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=('ec0118e8b0d3c4e73446ce1b154ceb2060bcab296712d9a261a4964d1cce663fe7fa7bd351190ff80ce5fc791f0d8b5ec8cc5a5117ff293e80dbe4f201923840')
+sha512sums=('7b8506386745b3dfbdb91ad9ae88ee793f9f8e0e2e559ce2f1fc83756212f7e248978278c6a383874be9d537429de7639fc8d33f2d5d854b5b8d0b51580855f3')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list