summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dd5c0567fe7..dcaf89dc51c1 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 = 20180209
+ pkgver = 20190916
pkgrel = 1
url = https://github.com/Boteium/bashbullet2
install = bashbullet2.install
@@ -9,7 +9,7 @@ pkgbase = bashbullet2
depends = libnotify
depends = yad
depends = xclip
- depends = websocketpp-git-dev
+ depends = libwebsockets
depends = curl
depends = openssl
source = git://github.com/Boteium/bashbullet2.git
diff --git a/PKGBUILD b/PKGBUILD
index 510573912b6d..5419ac04fa91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=bashbullet2
-pkgver=20180209
+pkgver=20190916
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 openssl)
+depends=(libnotify yad xclip libwebsockets curl openssl)
install="bashbullet2.install"
source=('git://github.com/Boteium/bashbullet2.git')
md5sums=('SKIP')