summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-13 13:49:13 +0200
committerGoliathLabs2020-05-13 13:49:13 +0200
commit15d6d013bfc247ffeba3498516c7253c3d29d2cf (patch)
treef152d44412c0d0c9bb4a62effbc45c96e9ce734f /PKGBUILD
parentd35b580cd38d1e5c9c2ac4ad21eab1f314029ba4 (diff)
downloadaur-nodejs-hubot.tar.gz
Updated: 3.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cc685f3020e..3cd0a1300bfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
_npmname=hubot
-_npmver=2.16.0
+_npmver=3.3.2
pkgname=nodejs-hubot # All lowercase
-pkgver=2.16.0
+pkgver=3.3.2
pkgrel=1
pkgdesc="A simple helpful robot for your Company"
arch=(any)
url="https://github.com/github/hubot"
license=(MIT)
-depends=('nodejs' )
+depends=('nodejs' 'npm')
optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=('256a3d3be58f1c52c1f14f1d16937698d6b5a0c3')
+sha256sums=('eee5781f7f68b29651e94407c81282ea9aa2af4d06919dfd81b9bae301bff918')
package() {
cd $srcdir