diff options
author | Giovanni Santini | 2023-06-19 19:54:42 +0200 |
---|---|---|
committer | Giovanni Santini | 2023-06-19 19:54:42 +0200 |
commit | 1c4a8096178662963c0ef771a40b9ea3f1c2d885 (patch) | |
tree | 91c8b2e34b884e22f7db63a263e1436804cc9bea /PKGBUILD | |
parent | ddb6842128888e1ed5a275467ca65b21ec7d6a97 (diff) | |
download | aur-1c4a8096178662963c0ef771a40b9ea3f1c2d885.tar.gz |
upgpkg: telegram-desktop-dev 4.8.4-2
- Removed now unused qt6-5compat dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ pkgname=telegram-desktop-dev pkgver=4.8.4 -pkgrel=1 +pkgrel=2 pkgdesc='Official Telegram Desktop client - development release' arch=(x86_64) url="https://desktop.telegram.org/" @@ -22,7 +22,7 @@ license=('GPL3') # Although not in order, keeping them in the same order of the standard package # for my mental sanity. depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans' - 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 'glibmm-2.68' + 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'xxhash' 'glibmm-2.68' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 'libdispatch' 'openssl' 'protobuf') makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl' 'meson' |