[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Sep 1 16:51:47 UTC 2020
Date: Tuesday, September 1, 2020 @ 16:51:46
Author: felixonmars
Revision: 695738
upgpkg: npm-check-updates 8.0.3-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-01 16:51:42 UTC (rev 695737)
+++ PKGBUILD 2020-09-01 16:51:46 UTC (rev 695738)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=8.0.2
+pkgver=8.0.3
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
depends=('npm' 'semver')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('62c2529953d75b305149bcee56431157833bb4db51de9b4c421d19633137417759f29c4062aadfbc4f1b25e65871db1205244827a4d94e617ab92e2b3ffc5a55')
+sha512sums=('29e5ecf1e7e502357fb21ea61ea320f5e3902d87e7bc6a1c25bbdba553120b4126fee4aa940a9f8419d0d76c8021c2ffed116018aaf39bd83b5f4d95de08385d')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list