summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2016-08-12 14:15:52 +0200
committerMaxime Gauduin2016-08-12 14:15:52 +0200
commit10480d9cebd55e93675d5221cca795321cce0471 (patch)
tree62a389c87a1aa47ab763d2e5daa92a45362d310c /PKGBUILD
parent6c2e3e1014feddf96e64e2acf286176150fdda2f (diff)
downloadaur-10480d9cebd55e93675d5221cca795321cce0471.tar.gz
Add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eccef2e755e6..a745525c0769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('i686' 'x86_64')
url='https://launchpad.net/switchboard-plug-sharing'
license=('GPL3')
groups=('pantheon')
-depends=('glib2' 'glibc' 'gtk3' 'libgee'
+depends=('glib2' 'glibc' 'gnome-user-share' 'gtk3' 'libgee'
+ 'wingpanel-indicator-bluetooth'
'libgranite.so' 'libswitchboard-2.0.so')
makedepends=('cmake' 'vala')
source=("https://launchpad.net/switchboard-plug-sharing/loki/${pkgver}/+download/switchboard-plug-sharing-${pkgver}.tar.xz")