summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoteium2017-04-19 16:37:27 +0800
committerBoteium2017-04-19 16:37:27 +0800
commit819da8b18c88b4e389103e38ee1f649d336703a1 (patch)
tree3d0776020437962faecd7d3ca7ffdbed4509d606
parent3177ccfd9d13b0309a3c905c9b4e892c792867e3 (diff)
downloadaur-819da8b18c88b4e389103e38ee1f649d336703a1.tar.gz
fix pkgbuild error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bb7b7e9a13b..5e030c90e507 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 = 1
+ pkgrel = 2
url = https://github.com/Boteium/bashbullet2
install = bashbullet2.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index b9b1054634ba..85f2dac04c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bashbullet2
pkgver=20170419
-pkgrel=1
+pkgrel=2
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"
@@ -24,6 +24,7 @@ package() {
install -Dm 755 libbashbullet "$pkgdir/usr/share/bashbullet2/libbashbullet"
install -Dm 755 ./config_dir/lib/helper "$pkgdir/usr/share/bashbullet2/lib/helper"
+ install -Dm 755 ./config_dir/lib/helper_upload "$pkgdir/usr/share/bashbullet2/lib/helper_upload"
install -Dm 755 ./config_dir/lib/create_device.sh "$pkgdir/usr/share/bashbullet2/lib/create_device.sh"
install -Dm 755 ./config_dir/lib/new_push.sh "$pkgdir/usr/share/bashbullet2/lib/new_push.sh"