summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c04fa360d5f0..019339cef011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ghetto-skype
pkgdesc = Web Skype + Tray Icon + Notifications
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stanfieldr/ghetto-skype
install = ghetto-skype.install
arch = x86_64
license = GPLv3
makedepends = npm
- depends = libappindicator-gtk2
depends = electron
+ optdepends = libappindicator-gtk2: Tray Icon support for certain DEs
source = https://github.com/stanfieldr/ghetto-skype/archive/v1.3.0.tar.gz
sha256sums = 806053e78d1f4e73a9815d0e3c4ec1615c3e0e84d796ccee2f333f977fb86a70
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")