summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2015-10-24 20:15:03 +0200
committerGiovanni Santini2015-10-24 20:15:03 +0200
commitc6c4d714df4002d4824ea2040dba784bca0642ce (patch)
tree243235a237c65eec8d3cb2ff5dfa169c53bb9041 /PKGBUILD
parentcf7b6f684847561ffc296be59c1de0784c238591 (diff)
downloadaur-c6c4d714df4002d4824ea2040dba784bca0642ce.tar.gz
upgpkg: telegram-desktop-bin 0.9.6-2
Added finally optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d02f9397ba8a..bb032215c89b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,17 @@
pkgname=telegram-desktop-bin
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="Official desktop version of Telegram messaging app - Static binaries"
arch=('i686' 'x86_64')
url="https://desktop.telegram.org"
license=('GPL3')
depends=('libx11' 'libgcrypt' 'libasyncns' 'libsndfile' 'libsystemd' 'libdbus' 'openal' 'libogg' 'opus' 'opusfile' 'portaudio' 'openssl' 'zlib' 'libexif' 'xz')
+optdepends=(
+ 'libappindicator-gtk2: to hide Telegram in the tray bar (GTK2-based desktop environment)'
+ 'libappindicator-gtk3: to hide Telegram in the tray bar (GTK3-based desktop environment)'
+ 'libappindicator-sharp: to hide Telegram in the tray bar (Unity-based desktop environment)'
+ )
conflicts=('telegram-desktop')
provides=('telegram-desktop')
replaces=('telegram-bin')