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

upgpkg: 16.12.2-1

parent b8bc02b6
No related branches found
No related tags found
No related merge requests found
...@@ -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.12.1 pkgver=16.12.2
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=('cd8e59eeb02585e90265fbc2b81d2371a6e5581d15c5d9e6645e692537d451952c13ae5caf403318c2a3b55122505687b2522261b757bdfebb18426854c6045e') sha512sums=('3748de11c6a4dfff8f4b53b9273c09dbe7ef99056ffb4f383b88919c3b5c3012dcafd4bbbcf381c705a0b04b8d7e3dec84a1594583ae87834707d9cc7a70875c')
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