[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri May 20 09:15:08 UTC 2022
Date: Friday, May 20, 2022 @ 09:15:08
Author: felixonmars
Revision: 1209333
upgpkg: npm-check-updates 13.0.0-1
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-20 09:12:45 UTC (rev 1209332)
+++ PKGBUILD 2022-05-20 09:15:08 UTC (rev 1209333)
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=12.5.12
+pkgver=13.0.0
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
depends=('nodejs-nopt' 'npm' 'semver')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('24016cfa42a89199983d1ce1487808a4a6ac857eaf486197628d1525735a295fe72e7ab764a2349d3568bbd3b04e2c7e3c57cb0164c427a4ff6f21b190396158')
+sha512sums=('c72d7dad3dc0975b994963186f690916bc8cdf7b735e369e2d685dcc775a770e1a55fc33f8642b9ee7a1a4ad91c206289759fe2f2c6b0f33c7af09a62675a24e')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list