summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoteium2018-01-15 11:48:03 +0800
committerBoteium2018-01-15 11:48:03 +0800
commitc73dfc735799a1ccbf15c637dd2c0aae6138c873 (patch)
tree97d060af279b5e50fbd5a43cbbd6edc43bd53b15
parent71b7d1272fb6dfb1246f31e7eb9c2e8507d07dd6 (diff)
downloadaur-c73dfc735799a1ccbf15c637dd2c0aae6138c873.tar.gz
temporarily depends on websocketpp-git-dev until openssl 1.1 migration is done
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7597f8817fde..65838897d45b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = bashbullet2
depends = libnotify
depends = yad
depends = xclip
- depends = websocketpp
+ depends = websocketpp-git-dev
depends = curl
source = git://github.com/Boteium/bashbullet2.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 04b43c7134c1..9f231beb29b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="A pushbullet systray notification daemon for linux. also a simple clien
arch=('any')
url="https://github.com/Boteium/bashbullet2"
license=('GPL')
-depends=(libnotify yad xclip websocketpp curl)
+depends=(libnotify yad xclip websocketpp-git-dev curl)
install="bashbullet2.install"
source=('git://github.com/Boteium/bashbullet2.git')
md5sums=('SKIP')