summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoteium2017-04-19 16:28:13 +0800
committerBoteium2017-04-19 16:28:13 +0800
commit3177ccfd9d13b0309a3c905c9b4e892c792867e3 (patch)
treee2aeb13a6dd9a6c6f05917b26272e2fb44e6588a
parent5bb650eb6b1469c00f9290ef989c90db9bfc8b4b (diff)
downloadaur-3177ccfd9d13b0309a3c905c9b4e892c792867e3.tar.gz
remove jshon from dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0879eb888843..0bb7b7e9a13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = bashbullet2
- pkgdesc = A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes.
- pkgver = 20170418
+ pkgdesc = A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes. version 2
+ pkgver = 20170419
pkgrel = 1
url = https://github.com/Boteium/bashbullet2
install = bashbullet2.install
arch = any
license = GPL
- depends = jshon
depends = libnotify
depends = yad
depends = xclip
diff --git a/PKGBUILD b/PKGBUILD
index 8d72d81cc332..b9b1054634ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Author: Boteium <echo Ym90ZWl1bUBnbWFpbC5jb20=|base64 -d>
pkgname=bashbullet2
-pkgver=20170418
+pkgver=20170419
pkgrel=1
-pkgdesc="A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes."
+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=(jshon libnotify yad xclip websocketpp cpprestsdk curl)
+depends=(libnotify yad xclip websocketpp cpprestsdk curl)
install="bashbullet2.install"
source=('git://github.com/Boteium/bashbullet2.git')
md5sums=('SKIP')