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

upgpkg: 16.12.1-1

parent da7f8df2
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.0 pkgver=16.12.1
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=('828f3620c4e0a82c65bb88ac8a00cf33df300072f68f0b18943ec70585214a9fdc3d20d9459c231b89908b4cb51aad09ef756e522b1fcafda48847fd7a022c5e') sha512sums=('cd8e59eeb02585e90265fbc2b81d2371a6e5581d15c5d9e6645e692537d451952c13ae5caf403318c2a3b55122505687b2522261b757bdfebb18426854c6045e')
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