summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuIông .N2015-10-10 17:56:32 +0800
committerSuIông .N2015-10-10 17:56:32 +0800
commite2e3dd8dc47d7d57a6b94579a65c4b94a91507ec (patch)
treea03a05fb88440188e37795fc8cffb51ca77f6bc7
parentee51a72c593c6dc72ed6d02721c823e2f7a5f66f (diff)
downloadaur-e2e3dd8dc47d7d57a6b94579a65c4b94a91507ec.tar.gz
update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d57506cfde6..c7668540ba91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bashbullet
pkgdesc = A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes.
- pkgver = 20151002
+ pkgver = 20151010
pkgrel = 1
url = https://github.com/Boteium/bashbullet
arch = any
@@ -8,9 +8,10 @@ pkgbase = bashbullet
depends = jshon
depends = nodejs
depends = libnotify
- depends = yad
+ depends = yad>=0.31
depends = nodejs-ws
depends = xclip
+ optdepends = screen: running in background
optdepends = surl: url shortener support
optdepends = nodejs-atob: nodejs module for encryption support
optdepends = nodejs-btoa: nodejs module for encryption support
diff --git a/PKGBUILD b/PKGBUILD
index d38325e3675b..97d0a0ae74be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ 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 nodejs-ws xclip)
-optdepends=( 'surl: url shortener support'
+depends=(jshon nodejs libnotify 'yad>=0.31' nodejs-ws xclip)
+optdepends=( 'screen: running in background'
+ 'surl: url shortener support'
'nodejs-atob: nodejs module for encryption support'
'nodejs-btoa: nodejs module for encryption support'
'nodejs-node-forge: nodejs module for encryption support'