summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2020-04-28 09:56:11 +1000
committerMark Blakeney2020-04-28 09:56:11 +1000
commit71c8646a4118061945e715a5cd39e8690449b111 (patch)
treeb8b1996393d1ca6efae9ac62a489e2f7e8704c1f /PKGBUILD
parent9464cc720f9d5dcf3b011b052b9213bcbb31f041 (diff)
downloadaur-71c8646a4118061945e715a5cd39e8690449b111.tar.gz
Add libappindicator-gtk3 for tray icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f5476bb85b9..485b94d1f884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
_pkgname=skypeforlinux
pkgname=$_pkgname-stable-bin
pkgver=8.59.0.77
-pkgrel=1
+pkgrel=2
pkgdesc="Skype for Linux - Stable/Release Version"
arch=("x86_64")
url="http://www.skype.com"
license=("custom")
-depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4")
+depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss"
+ "glibc>=2.28-4" "libappindicator-gtk3")
optdepends=("org.freedesktop.secrets")
makedepends=("asar")
conflicts=("$_pkgname" "$_pkgname-bin" "$_pkgname-preview-bin" "$_pkgname-beta-bin" "skype")