summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoteium2018-02-09 18:22:25 +0800
committerBoteium2018-02-09 18:22:25 +0800
commitc30c96f36066f0531d6c3c4dc012270daf794999 (patch)
treee104431734106ebe6b12e71fb25ed29deba3fc13
parentc73dfc735799a1ccbf15c637dd2c0aae6138c873 (diff)
downloadaur-c30c96f36066f0531d6c3c4dc012270daf794999.tar.gz
add encryption support
-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')