summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHexchain Tong2017-04-02 21:47:04 +0800
committerHexchain Tong2017-04-02 21:47:04 +0800
commit681f0ff5d03e4333be5ccb6958f53085cb94a84c (patch)
tree1804616fae6d5d29b6d7a9b9f6e7af1901be9c96 /PKGBUILD
parente17d13353353ec03f063ebfcfd1b5e3195496eb2 (diff)
downloadaur-681f0ff5d03e4333be5ccb6958f53085cb94a84c.tar.gz
Fix makedepends and optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7296805fc969..17c8c9116e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,17 @@
pkgname=telegram-desktop-systemqt
pkgver=1.0.27
-pkgrel=1
+pkgrel=2
pkgdesc='Experimental build of Telegram Desktop (using system Qt)'
arch=('i686' 'x86_64')
url="https://desktop.telegram.org/"
license=('GPL3')
depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 'qt5-imageformats')
-makedepends=('cmake' 'libappindicator-gtk3' 'dee' 'git' 'gyp-git' 'libexif' 'libva' 'libwebp' 'mtdev' 'python' 'python2')
-optdepends=('libappindicator-gtk3: AppIndicator tray icon')
+makedepends=('cmake' 'libappindicator-gtk2' 'dee' 'git' 'gyp-git' 'libexif' 'libva' 'libwebp' 'mtdev' 'python' 'python2')
+optdepends=(
+ 'libappindicator-gtk2: AppIndicator tray icon'
+ 'libappindicator-gtk3: AppIndicator tray icon'
+)
conflicts=('telegram-desktop')
provides=('telegram-desktop')
install="telegram-desktop.install"