summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoteium2017-06-06 00:16:34 +0800
committerBoteium2017-06-06 00:16:34 +0800
commit12e34ec04df4b9614d8c17e3f83b9efeb855af6e (patch)
tree16263f8391614b82aca0d82d087fad17decca234
parent819da8b18c88b4e389103e38ee1f649d336703a1 (diff)
downloadaur-12e34ec04df4b9614d8c17e3f83b9efeb855af6e.tar.gz
rebuild for boost update; temporarily switch to cpprestsdk-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e030c90e507..9eb2ac51e3a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bashbullet2
pkgdesc = A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes. version 2
- pkgver = 20170419
- pkgrel = 2
+ pkgver = 20170506
+ pkgrel = 1
url = https://github.com/Boteium/bashbullet2
install = bashbullet2.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = bashbullet2
depends = yad
depends = xclip
depends = websocketpp
- depends = cpprestsdk
+ depends = cpprestsdk-git
depends = curl
source = git://github.com/Boteium/bashbullet2.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 85f2dac04c51..41449961af7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,11 @@
-# Author: Boteium <echo Ym90ZWl1bUBnbWFpbC5jb20=|base64 -d>
-
pkgname=bashbullet2
-pkgver=20170419
-pkgrel=2
+pkgver=20170506
+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 cpprestsdk curl)
+depends=(libnotify yad xclip websocketpp cpprestsdk-git curl)
install="bashbullet2.install"
source=('git://github.com/Boteium/bashbullet2.git')
md5sums=('SKIP')