summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlif Rachmawadi2017-04-25 09:07:10 +0700
committerAlif Rachmawadi2017-04-25 09:07:10 +0700
commit2a01c4f22e8896269ca3546d0b33d7760202007f (patch)
tree51c0954f298a333ca31c5032dec16a14e74b8591
parent7b912867ed6fa10eab6e2b980fc834b3153b8786 (diff)
downloadaur-2a01c4f22e8896269ca3546d0b33d7760202007f.tar.gz
added libappindicator-gtk2 as dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d7be1154e99..e8ccbcae9583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wavebox-bin
pkgdesc = The next generation of web-desktop communication
pkgver = 3.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://wavebox.io/
arch = x86_64
arch = i686
@@ -12,6 +12,7 @@ pkgbase = wavebox-bin
depends = nss
depends = alsa-lib
depends = libxss
+ depends = libappindicator-gtk2
optdepends = gvfs
optdepends = libnotify
provides = wavebox
diff --git a/PKGBUILD b/PKGBUILD
index c5f1290e598a..f7a880caaa47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wavebox-bin
pkgver=3.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="The next generation of web-desktop communication"
arch=('x86_64' 'i686')
url="https://wavebox.io/"
@@ -10,7 +10,7 @@ _repourl="https://github.com/wavebox/waveboxapp"
license=('Mozilla Public License version 2.0')
options=(!strip)
provides=('wavebox')
-depends=('gconf' 'gtk2' 'libxtst' 'nss' 'alsa-lib' 'libxss')
+depends=('gconf' 'gtk2' 'libxtst' 'nss' 'alsa-lib' 'libxss' 'libappindicator-gtk2')
optdepends=('gvfs' 'libnotify')
source=('wavebox.desktop')