summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuIông .N2015-09-04 18:00:40 +0800
committerSuIông .N2015-09-04 18:00:40 +0800
commitff48c1b8da79b131d5139cf8fc7a3380596a36f5 (patch)
tree728ba8a890cdacbebf060bf383369f6a1810dff4
parente0e29f7bb8fdee3ebc8dd56b0fe8e775ab7ab85b (diff)
downloadaur-ff48c1b8da79b131d5139cf8fc7a3380596a36f5.tar.gz
new version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 942d0c164ebb..36e369683494 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 = 20150901
+ pkgver = 20150904
pkgrel = 1
url = https://github.com/Boteium/bashbullet
arch = any
@@ -10,8 +10,8 @@ pkgbase = bashbullet
depends = libnotify
depends = yad
depends = nodejs-ws
+ depends = xclip
optdepends = surl: url shortener support
- optdepends = xclip: copy to clipboard support
optdepends = nodejs-atob: nodejs module for encryption support
optdepends = nodejs-btoa: nodejs module for encryption support
optdepends = nodejs-node-forge: nodejs module for encryption support
diff --git a/PKGBUILD b/PKGBUILD
index b7e6a03701c6..d38325e3675b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,8 @@ 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)
+depends=(jshon nodejs libnotify yad nodejs-ws xclip)
optdepends=( 'surl: url shortener support'
- 'xclip: copy to clipboard support'
'nodejs-atob: nodejs module for encryption support'
'nodejs-btoa: nodejs module for encryption support'
'nodejs-node-forge: nodejs module for encryption support'