summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Mousavi2019-04-19 21:09:48 +0430
committerAli Mousavi2019-04-19 21:09:48 +0430
commitfc89299f2a26036d4d9af6cceac5eb10d82b6a15 (patch)
treef8d014771b810c92126fb1644f3e8fa316817695
parent477a0419009761e2a8c69ae304978a6de2c41ed0 (diff)
downloadaur-fc89299f2a26036d4d9af6cceac5eb10d82b6a15.tar.gz
Version 2.5.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85b290641691..f122c2e34808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nodejs-gatsby-cli
pkgdesc = The Gatsby command line interface
- pkgver = 2.4.16
+ pkgver = 2.5.9
pkgrel = 1
url = https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli
arch = any
@@ -8,8 +8,8 @@ pkgbase = nodejs-gatsby-cli
makedepends = npm
makedepends = jq
depends = nodejs
- noextract = gatsby-cli-2.4.16.tgz
- source = https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.4.16.tgz
+ noextract = gatsby-cli-2.5.9.tgz
+ source = https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.5.9.tgz
md5sums = 77158e4a330ca90627ae55daea76b6dc
pkgname = nodejs-gatsby-cli
diff --git a/PKGBUILD b/PKGBUILD
index e5c44d38533c..ac3bbdae0b3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ali Mousavi <ali.mousavi@gmail.com>
_npmname=gatsby-cli
pkgname=nodejs-$_npmname
-pkgver=2.4.16
+pkgver=2.5.9
pkgrel=1
pkgdesc="The Gatsby command line interface"
arch=(any)
@@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm' 'jq')
source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
noextract=($_npmname-$pkgver.tgz)
-md5sums=('77158e4a330ca90627ae55daea76b6dc')
+md5sums=('b530a86caea2f853aa023b9adf1c7409')
package() {
npm install -g --cache $srcdir/npm-cache --user root --prefix $pkgdir/usr $srcdir/$_npmname-$pkgver.tgz