summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-03-11 14:28:25 +0800
committerlilac2021-03-11 14:28:25 +0800
commita91fa74f63595a38b0f3cd42eb8ad4d62d6f97c3 (patch)
tree785ab1869aafd40ea03f0aff5a0f63f9bb3e5b8f
parent4ff8316fee4e408e51f8490e054f1bbe45ec2672 (diff)
downloadaur-a91fa74f63595a38b0f3cd42eb8ad4d62d6f97c3.tar.gz
[lilac] updated to 2.6.1.r33.gb24cba99e-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e9daee5137..045a6b8d06a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-git
pkgdesc = Official Telegram Desktop client
- pkgver = 2.5.4.r1.gadc8d6a6d
+ pkgver = 2.6.1.r33.gb24cba99e
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = telegram-desktop-git
depends = libdbusmenu-qt5
depends = kwayland
depends = gtk3
+ depends = glibmm
optdepends = ttf-opensans: default Open Sans font family
provides = telegram-desktop
conflicts = telegram-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 6c893b148377..af61510cc8d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
# Contributor: hexchain <i@hexchain.org>
pkgname=telegram-desktop-git
-pkgver=2.5.4.r1.gadc8d6a6d
+pkgver=2.6.1.r33.gb24cba99e
pkgrel=1
pkgdesc='Official Telegram Desktop client'
arch=('x86_64')
url="https://desktop.telegram.org/"
license=('GPL3')
depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3')
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 'glibmm')
makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl' 'libtg_owt-git')
optdepends=('ttf-opensans: default Open Sans font family')
provides=("telegram-desktop")