summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoteium2018-01-14 18:11:53 +0800
committerBoteium2018-01-14 18:11:53 +0800
commit71b7d1272fb6dfb1246f31e7eb9c2e8507d07dd6 (patch)
tree1cddcf946a89dbd8137bb1a183556fb1a961bfb8
parent12e34ec04df4b9614d8c17e3f83b9efeb855af6e (diff)
downloadaur-71b7d1272fb6dfb1246f31e7eb9c2e8507d07dd6.tar.gz
remove cpprestsdk from dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb2ac51e3a9..7597f8817fde 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 = 20170506
+ pkgver = 20180114
pkgrel = 1
url = https://github.com/Boteium/bashbullet2
install = bashbullet2.install
@@ -10,7 +10,6 @@ pkgbase = bashbullet2
depends = yad
depends = xclip
depends = websocketpp
- depends = cpprestsdk-git
depends = curl
source = git://github.com/Boteium/bashbullet2.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 41449961af7e..04b43c7134c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=bashbullet2
-pkgver=20170506
+pkgver=20180114
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-git curl)
+depends=(libnotify yad xclip websocketpp curl)
install="bashbullet2.install"
source=('git://github.com/Boteium/bashbullet2.git')
md5sums=('SKIP')