summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Chernyshyk2018-11-30 03:30:35 +0200
committerGennadiy Chernyshyk2018-11-30 03:30:35 +0200
commitc812bc38d3ca1fccf178596e9e2c07158cc4b858 (patch)
tree0fab43ce9aa17187f52fab2f29d1f6bddb0c891f
parent5c4a8d4b9ccd3cc82ff0e678a312060c13a59238 (diff)
downloadaur-c812bc38d3ca1fccf178596e9e2c07158cc4b858.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d70e0d4d34f0..7cf77517e6b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,19 @@
pkgbase = telegram-desktop-aarch64-bin
pkgdesc = Telegram Desktop aarch64 binaries from Debian
pkgver = 1.4.0
- pkgrel = 2
+ pkgrel = 1
url = https://desktop.telegram.org
arch = aarch64
arch = x86_64
license = GPL3
makedepends = chrpath
- depends = desktop-file-utils
- depends = glib2
+ depends = ffmpeg
depends = hicolor-icon-theme
- depends = libdbus
- depends = libx11
- depends = openal
depends = minizip
- depends = xxhash
+ depends = openal
depends = qt5-base
+ depends = qt5-imageformats
+ depends = openssl
optdepends = libappindicator-gtk2: to hide Telegram in the tray bar (GTK2-based desktop environment)
optdepends = libappindicator-gtk3: to hide Telegram in the tray bar (GTK3-based desktop environment)
optdepends = libappindicator-sharp: to hide Telegram in the tray bar (Unity-based desktop environment)
@@ -24,7 +22,7 @@ pkgbase = telegram-desktop-aarch64-bin
conflicts = telegram-desktop
conflicts = telegram-desktop-git
source = telegram-desktop.desktop
- source = http://ftp.us.debian.org/debian/pool/main/t/telegram-desktop/telegram-desktop_1.4.0-2%2bb1_arm64.deb
+ source = http://ftp.us.debian.org/debian/pool/main/t/telegram-desktop/telegram-desktop_1.4.0-1%2bb1_arm64.deb
sha256sums = 32d1597d67a7ef519367e499fcc978da4cce104e370b3787853446d93b1533d6
sha256sums = aacd5c7fe4a4416a6dcc9a62eb0c407b97accff773998def0e76fd9b9e434378
diff --git a/PKGBUILD b/PKGBUILD
index 1c519db04f6b..419d4f1ad1bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=telegram-desktop-aarch64-bin
pkgver=1.4.0
-pkgrel=2
+pkgrel=1
pkgdesc="Telegram Desktop aarch64 binaries from Debian"
arch=('aarch64' 'x86_64')
url="https://desktop.telegram.org"
license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'hicolor-icon-theme' 'libdbus' 'libx11' 'openal' 'minizip' 'xxhash' 'qt5-base')
+depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 'qt5-imageformats' 'openssl')
makedepends=('chrpath')
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)'