summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuIông .N2015-11-18 01:56:13 +0800
committerSuIông .N2015-11-18 01:56:13 +0800
commit512c3e6c89eb31726b20dd2c26671d2e2db0d5ac (patch)
tree57c338be64b767d43f2aab0cdc9291412b784c28
parentd53db320f59cb4df3a9fd43cfb3a6d25d586f870 (diff)
downloadaur-512c3e6c89eb31726b20dd2c26671d2e2db0d5ac.tar.gz
update dependency :: nodejs-ws > wscat
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07742cc00dbd..e6a6178c307b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = bashbullet
depends = nodejs
depends = libnotify
depends = yad>=0.31
- depends = nodejs-ws
+ depends = wscat
depends = xclip
optdepends = screen: running in background
optdepends = surl: url shortener support
diff --git a/PKGBUILD b/PKGBUILD
index 97d0a0ae74be..1ec20e785cd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A pushbullet systray notification daemon for linux. also a simple clien
arch=('any')
url="https://github.com/Boteium/bashbullet"
license=('GPL')
-depends=(jshon nodejs libnotify 'yad>=0.31' nodejs-ws xclip)
+depends=(jshon nodejs libnotify 'yad>=0.31' wscat xclip)
optdepends=( 'screen: running in background'
'surl: url shortener support'
'nodejs-atob: nodejs module for encryption support'