Date: Friday, January 22, 2021 @ 18:13:49 Author: felixonmars Revision: 824746
upgpkg: npm-check-updates 11.0.0-1 Modified: npm-check-updates/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-22 18:13:28 UTC (rev 824745) +++ PKGBUILD 2021-01-22 18:13:49 UTC (rev 824746) @@ -2,7 +2,7 @@ pkgname=npm-check-updates pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows' -pkgver=10.3.1 +pkgver=11.0.0 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=('17cf60539e5da3c4168417238428783660bc4ec2b51078443f0e4e7b979f264f9c80e552d8ffca1fbe03b0dbdbb466c12d8b7a7e10817937fb085fcbadb8b4a2') +sha512sums=('13a9a2b1bc76f33963a04eee8e3f2940e91672ef7072e1c35133ef29ed4b79a9664e6dab70343fef3b505f9cda1ca07dd6e5fe2b66cb3fd2411bbdc88d954962') package() { npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz