summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2021-10-31 18:01:59 +0100
committerGiovanni Santini2021-10-31 18:01:59 +0100
commit98c314968586d18a8f8109221d6a27c4bfb73c68 (patch)
tree943efd93c5bb10703bff439a50d6d1a209c88d00
parent019e619963556a19acb5510b04f66d88457d8937 (diff)
downloadaur-98c314968586d18a8f8109221d6a27c4bfb73c68.tar.gz
upgpkg: telegram-desktop-dev 3.1.11-1
- Version bump.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6f5f40d7def..d5b1a642a862 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 3.1.8
+ pkgver = 3.1.11
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -23,6 +23,7 @@ pkgbase = telegram-desktop-dev
depends = openal
depends = ttf-opensans
depends = qt5-imageformats
+ depends = qt5-svg
depends = xxhash
depends = libdbusmenu-qt5
depends = kwayland
@@ -38,7 +39,7 @@ pkgbase = telegram-desktop-dev
optdepends = xdg-desktop-portal: desktop integration
provides = telegram-desktop
conflicts = telegram-desktop
- source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v3.1.8
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v3.1.11
source = Catch::git+https://github.com/philsquared/Catch
source = cmake::git+https://github.com/desktop-app/cmake_helpers.git
source = codegen::git+https://github.com/desktop-app/codegen.git
diff --git a/PKGBUILD b/PKGBUILD
index ab2e3a0dca02..d5617f879689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Thanks Nicholas Guriev <guriev-ns@ya.ru> for the initial patches!
# https://github.com/mymedia2/tdesktop
pkgname=telegram-desktop-dev
-pkgver=3.1.8
+pkgver=3.1.11
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -14,7 +14,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'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'glibmm'
+ 'qt5-imageformats' 'qt5-svg' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'glibmm'
'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl'
'extra-cmake-modules' 'gtk3' 'webkit2gtk')