summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaochen Tong2017-12-17 12:55:11 +0800
committerHaochen Tong2017-12-17 12:55:11 +0800
commit6c3f261d3a8e0e6acd5537d31dec3b859541450b (patch)
treed611b1c94560ea8b2236d97e81fb4bd094324331
parentf4eb7839929684edc7103ec909249cb30178c72f (diff)
downloadaur-6c3f261d3a8e0e6acd5537d31dec3b859541450b.tar.gz
Add missing dependency openssl-1.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3afa953edf5e..a1e88035d6bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 16 13:03:45 UTC 2017
+# Sun Dec 17 04:54:51 UTC 2017
pkgbase = telegram-desktop-systemqt
pkgdesc = Experimental build of Telegram Desktop (using system Qt)
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://desktop.telegram.org/
install = telegram-desktop.install
arch = i686
@@ -28,6 +28,7 @@ pkgbase = telegram-desktop-systemqt
depends = openal
depends = qt5-base
depends = qt5-imageformats
+ depends = openssl-1.0
optdepends = libappindicator-gtk3: AppIndicator tray icon
provides = telegram-desktop
conflicts = telegram-desktop
diff --git a/PKGBUILD b/PKGBUILD
index c1b441d65b58..e80c87cbbc75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=telegram-desktop-systemqt
pkgver=1.2.1
-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')
+depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 'qt5-imageformats' 'openssl-1.0')
makedepends=('cmake' 'git' 'gyp-git' 'libexif' 'libva' 'libwebp' 'mtdev' 'range-v3' 'python' 'python2' 'gtk3' 'libappindicator-gtk3' 'dee')
optdepends=('libappindicator-gtk3: AppIndicator tray icon')
conflicts=('telegram-desktop')