summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNathan Lowe2016-06-12 20:26:27 -0400
committerNathan Lowe2016-06-12 20:26:27 -0400
commit450ddb19fe1a01b4731fd9e6430b9d401d01f4f2 (patch)
tree7c969f2be2d9075a3085d6c5a25b3d0e73476023 /PKGBUILD
parent57e76fccda2cfa040b738ccdd5b4837986b4d0d6 (diff)
downloadaur-450ddb19fe1a01b4731fd9e6430b9d401d01f4f2.tar.gz
Make libappindicator-gtk2 optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f336ed230a7c..a8039c5f6d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,13 @@
pkgname=ghetto-skype
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Web Skype + Tray Icon + Notifications'
arch=('x86_64')
url='https://github.com/stanfieldr/ghetto-skype'
license=('GPLv3')
-depends=('libappindicator-gtk2' 'electron')
+depends=('electron')
+optdepends=('libappindicator-gtk2: Tray Icon support for certain DEs')
makedepends=('npm')
install=ghetto-skype.install
source=("https://github.com/stanfieldr/ghetto-skype/archive/v${pkgver}.tar.gz")