summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuIông .N2015-08-22 00:40:04 +0800
committerSuIông .N2015-08-22 00:40:04 +0800
commitcf5ff1782900216c695fd2275b4ff487b570bd5a (patch)
tree2200341406917d806354801777ee558c81eedfe2
parentf8135802c80dd8b0b91f2c3618149e50639d3456 (diff)
downloadaur-cf5ff1782900216c695fd2275b4ff487b570bd5a.tar.gz
update dependency info. bump to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8075ed9a6b5..632d034a9f3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = bashbullet
pkgdesc = A pushbullet systray notification daemon for linux. also a simple client to receive and to send pushes.
- pkgver = 20150820
+ pkgver = 20150822
pkgrel = 1
url = https://github.com/Boteium/bashbullet
arch = any
license = GPL
depends = jshon
depends = nodejs
- depends = notify-osd
+ depends = libnotify
depends = yad
depends = nodejs-ws
- optdepends = surl
+ optdepends = surl: url shortener support
source = git://github.com/Boteium/bashbullet.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 11e8b5b8e5ba..ed8a13f87391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Author: Boteium <echo Ym90ZWl1bUBnbWFpbC5jb20=|base64 -d>
pkgname=bashbullet
-pkgver=20150820
+pkgver=20150822
pkgrel=1
pkgdesc="A pushbullet systray notification daemon for linux. also a simple client to receive and to send pushes."
arch=('any')
url="https://github.com/Boteium/bashbullet"
license=('GPL')
-depends=(jshon nodejs notify-osd yad nodejs-ws)
-optdepends=(surl)
+depends=(jshon nodejs libnotify yad nodejs-ws)
+optdepends=( 'surl: url shortener support' )
source=('git://github.com/Boteium/bashbullet.git')
md5sums=('SKIP')