pkgname=telegram-desktop pkgver=5.8.3 pkgrel=1 arch=('x86_64') url="https://desktop.telegram.org/" license=('GPL3') pkgdesc="Cloud-based mobile and desktop messaging app with a focus on security and speed." depends=('qt6-base' 'portaudio' 'libexif' 'gtk3') install=telegram.install #source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tsetup.${pkgver}.tar.xz") source=("https://updates.tdesktop.com/tlinux/tsetup.${pkgver}.tar.xz") md5sums=('e95fc52f2ca5029413748d8d1027c590') package(){ install -d ${pkgdir}/opt/Telegram cp Telegram/Telegram ${pkgdir}/opt/Telegram cp Telegram/Updater ${pkgdir}/opt/Telegram }