summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoteium2016-05-31 23:32:18 +0800
committerBoteium2016-05-31 23:32:18 +0800
commitac96add9549fc9b6bd3cb9e134ed8e33ca3bdaa9 (patch)
treeacb1845e0c2d98424246641aba847d56573c6ca4
parentaff3b022ada98df4dd35c249c4711ce3447a457b (diff)
downloadaur-ac96add9549fc9b6bd3cb9e134ed8e33ca3bdaa9.tar.gz
update pkgbuild to make it work with pacaur
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a6178c307b..422b2757e654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bashbullet
pkgdesc = A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes.
pkgver = 20151118
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Boteium/bashbullet
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 07ccb288b58b..0f612feb438a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bashbullet
pkgver=20151118
-pkgrel=1
+pkgrel=2
pkgdesc="A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes."
arch=('any')
url="https://github.com/Boteium/bashbullet"