summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Nagy2015-10-20 00:03:28 +0200
committerDaniel Nagy2015-10-20 00:03:28 +0200
commit3e79a5a07cbe2641419ad1c253e1b3ebd12fbcee (patch)
treeb3c43884d8709bddb5e409f2278870abdc8d2157
parent20f845bb0a12c9f2744ebd85433cbd67e49ab6ae (diff)
downloadaur-3e79a5a07cbe2641419ad1c253e1b3ebd12fbcee.tar.gz
version bump to 0.8.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aff9910dd57..7fd208817e26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
+# Generated by mksrcinfo v7
+# Mon Oct 19 22:03:05 UTC 2015
pkgbase = nodejs-ws
pkgdesc = simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455
- pkgver = 0.4.30
+ pkgver = 0.8.0
pkgrel = 1
url = http://github.com/einaros/ws
arch = any
license = MIT
depends = nodejs
- noextract = ws-0.4.30.tgz
- source = http://registry.npmjs.org/ws/-/ws-0.4.30.tgz
- sha1sums = 5e2c18b7bb7ee0f9c9fcc3d3ec50f513ba5f99e8
+ depends = npm
+ noextract = ws-0.8.0.tgz
+ source = http://registry.npmjs.org/ws/-/ws-0.8.0.tgz
+ sha1sums = ac60ebad312121d01e16cc3383d7ec67ad0f0f1f
pkgname = nodejs-ws
diff --git a/PKGBUILD b/PKGBUILD
index ab1473054dca..0ba7f3049291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@
# Contributor: V1 <info@3rd-Eden.com>
_npmname=ws
-_npmver=0.4.30
+_npmver=0.8.0
pkgname=nodejs-ws # All lowercase
-pkgver=0.4.30
+pkgver=0.8.0
pkgrel=1
pkgdesc="simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455"
arch=(any)
url="http://github.com/einaros/ws"
license=( "MIT" )
-depends=('nodejs' )
+depends=('nodejs' 'npm')
optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=('5e2c18b7bb7ee0f9c9fcc3d3ec50f513ba5f99e8')
+sha1sums=('ac60ebad312121d01e16cc3383d7ec67ad0f0f1f')
package() {
cd "$srcdir"