summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Höffken2020-08-23 17:30:09 +0200
committerFelix Höffken2020-08-23 17:30:09 +0200
commitb2c7597f34f6ef02cca5eecb92ad743c242ce973 (patch)
tree6a28d60ea76e933b89d6b96ef4b6199aafadf713 /PKGBUILD
parent74d7b7564f82f9d33c5fd63bc019cb00511b8803 (diff)
downloadaur-b2c7597f34f6ef02cca5eecb92ad743c242ce973.tar.gz
Bump to version 4.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 657f5b9bcb5e..5d70c95b56c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christoph Gysin <christoph.gysin@gmail.com>
_npmname=@feathersjs/cli
-_npmver=4.3.0
+_npmver=4.4.0
_srcname="v${_npmver}.tar.gz"
pkgname=nodejs-feathers-cli
pkgver=${_npmver}
@@ -15,7 +15,7 @@ depends=('nodejs' 'npm' )
optdepends=()
source=(https://github.com/feathersjs/cli/archive/v${_npmver}.tar.gz)
noextract=(${_srcname})
-sha256sums=('ebc41025f6422090b852171a95068e894ea0e2d45ce44a6f70516ed5b865a379')
+sha256sums=('93c7598f257571a88ec021090b7288ce9a9f4bfeebaeb44fc996b297c8f11eb2')
package() {
npm install --cache "${srcdir}/npm-cache" -g --user root --prefix "$pkgdir/usr" "$srcdir/${_srcname}"