Skip to content
Snippets Groups Projects
Verified Commit 26c312ba authored by Felix Yan's avatar Felix Yan
Browse files

upgpkg: 16.13.3-1

parent 2137300d
No related branches found
No related tags found
No related merge requests found
pkgbase = npm-check-updates pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your package.json or bower.json allows pkgdesc = Find newer versions of dependencies than what your package.json or bower.json allows
pkgver = 16.13.2 pkgver = 16.13.3
pkgrel = 1 pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates url = https://github.com/tjunnone/npm-check-updates
arch = any arch = any
...@@ -9,8 +9,8 @@ pkgbase = npm-check-updates ...@@ -9,8 +9,8 @@ pkgbase = npm-check-updates
depends = nodejs-nopt depends = nodejs-nopt
depends = npm depends = npm
depends = semver depends = semver
noextract = npm-check-updates-16.13.2.tgz noextract = npm-check-updates-16.13.3.tgz
source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.2.tgz source = https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.13.3.tgz
sha512sums = d29408fa4d72d095707a707680173af6d5c561f91c91256b36b95c9fb4c8ad97e2b382e77ddcda918fcb63364ab7f971dfb79d3768ac937776670e1cb29b6eff sha512sums = 977150b66f99b43c2ab4adabdbbbc2b8d76d9e80ec5f393c0f659ccefac0272d9b18f649bd19ae51afd0f46bfe01b655d081d23490f6a07b50a947aa411844b3
pkgname = npm-check-updates pkgname = npm-check-updates
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
pkgname=npm-check-updates pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows' pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
pkgver=16.13.2 pkgver=16.13.3
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
url='https://github.com/tjunnone/npm-check-updates' url='https://github.com/tjunnone/npm-check-updates'
...@@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver') ...@@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver')
makedepends=('git') makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz)
sha512sums=('d29408fa4d72d095707a707680173af6d5c561f91c91256b36b95c9fb4c8ad97e2b382e77ddcda918fcb63364ab7f971dfb79d3768ac937776670e1cb29b6eff') sha512sums=('977150b66f99b43c2ab4adabdbbbc2b8d76d9e80ec5f393c0f659ccefac0272d9b18f649bd19ae51afd0f46bfe01b655d081d23490f6a07b50a947aa411844b3')
package() { package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment