summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Höffken2021-01-11 13:22:49 +0100
committerFelix Höffken2021-01-11 13:22:49 +0100
commit005794deb32fd2166c1c2dcd6a61292f6d44f50a (patch)
tree46fc997b58cfe122981e5c34156700143f61425b
parentcfb5d5321bf6e2852e9ae28d731cd488fc35e463 (diff)
downloadaur-005794deb32fd2166c1c2dcd6a61292f6d44f50a.tar.gz
Version 4.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84a2feb08365..b5f100d0b1e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-feathers-cli
pkgdesc = The command line interface for Feathers applications
- pkgver = 4.4.2
+ pkgver = 4.4.3
pkgrel = 0
url = https://github.com/feathersjs/feathers-cli#readme
arch = any
depends = nodejs
depends = npm
- noextract = v4.4.2.tar.gz
- source = https://github.com/feathersjs/cli/archive/v4.4.2.tar.gz
- sha256sums = ca60760c5dab29d5aa59bacb5c375baea41a892ea50b9f759a438220b0892b28
+ noextract = v4.4.3.tar.gz
+ source = https://github.com/feathersjs/cli/archive/v4.4.3.tar.gz
+ sha256sums = ae3574f6dec0965192493e6686fd32a2d73db494895d6659345244f86254df1c
pkgname = nodejs-feathers-cli
diff --git a/PKGBUILD b/PKGBUILD
index 73a6fd8c12ed..482c0c1400c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christoph Gysin <christoph.gysin@gmail.com>
_npmname=@feathersjs/cli
-_npmver=4.4.2
+_npmver=4.4.3
_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=('ca60760c5dab29d5aa59bacb5c375baea41a892ea50b9f759a438220b0892b28')
+sha256sums=('ae3574f6dec0965192493e6686fd32a2d73db494895d6659345244f86254df1c')
package() {
npm install --cache "${srcdir}/npm-cache" -g --user root --prefix "$pkgdir/usr" "$srcdir/${_srcname}"