Date: Monday, May 1, 2023 @ 00:41:59 Author: svenstaro Revision: 1455549
upgpkg: telegram-desktop 4.8.1-2: Build against OpenSSL 3 (FS#78330) Modified: telegram-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-30 23:59:43 UTC (rev 1455548) +++ PKGBUILD 2023-05-01 00:41:59 UTC (rev 1455549) @@ -2,7 +2,7 @@ # Contributor: hexchain <[email protected]> pkgname=telegram-desktop pkgver=4.8.1 -pkgrel=1 +pkgrel=2 pkgdesc='Official Telegram Desktop client' arch=('x86_64') url="https://desktop.telegram.org/" @@ -10,7 +10,7 @@ depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans' 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 'glibmm-2.68' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 'libdispatch' - 'openssl-1.1' 'protobuf') + 'openssl' 'protobuf') makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl' 'meson' 'extra-cmake-modules' 'wayland-protocols' 'plasma-wayland-protocols' 'libtg_owt') optdepends=('webkit2gtk: embedded browser features'
