summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65838897d45b..4dd5c0567fe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bashbullet2
pkgdesc = A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes. version 2
- pkgver = 20180114
+ pkgver = 20180209
pkgrel = 1
url = https://github.com/Boteium/bashbullet2
install = bashbullet2.install
@@ -11,6 +11,7 @@ pkgbase = bashbullet2
depends = xclip
depends = websocketpp-git-dev
depends = curl
+ depends = openssl
source = git://github.com/Boteium/bashbullet2.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9f231beb29b9..510573912b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=bashbullet2
-pkgver=20180114
+pkgver=20180209
pkgrel=1
pkgdesc="A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes. version 2"
arch=('any')
url="https://github.com/Boteium/bashbullet2"
license=('GPL')
-depends=(libnotify yad xclip websocketpp-git-dev curl)
+depends=(libnotify yad xclip websocketpp-git-dev curl openssl)
install="bashbullet2.install"
source=('git://github.com/Boteium/bashbullet2.git')
md5sums=('SKIP')