summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2022-10-04 18:23:54 +0200
committerGiovanni Santini2022-10-04 18:23:54 +0200
commite8eba3c68cb073a35e0721bf4d5f1d5da5ab35a2 (patch)
tree7a37eacfae3406f772c440ded56b94dd8f512644
parent02a241fa5d55472aa3d93cf7d0c690ff104b5b55 (diff)
downloadaur-e8eba3c68cb073a35e0721bf4d5f1d5da5ab35a2.tar.gz
upgpkg: telegram-desktop-dev 4.2.4-1
- Version bump. - Updated submodules.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d535a3b9e868..08e3fc6a79a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 4.1.2
+ pkgver = 4.2.4
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -40,7 +40,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=v4.1.2
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v4.2.4
source = tgcalls_type_fix.diff
source = cmake::git+https://github.com/desktop-app/cmake_helpers.git
source = codegen::git+https://github.com/desktop-app/codegen.git
@@ -52,6 +52,8 @@ pkgbase = telegram-desktop-dev
source = hime::git+https://github.com/hime-ime/hime.git
source = hunspell::git+https://github.com/hunspell/hunspell
source = jemalloc::git+https://github.com/jemalloc/jemalloc
+ source = kcoreaddons::git+https://github.com/KDE/kcoreaddons.git
+ source = kimageformats::git+https://github.com/KDE/kimageformats.git
source = lib_base::git+https://github.com/desktop-app/lib_base.git
source = lib_crl::git+https://github.com/desktop-app/lib_crl.git
source = lib_lottie::git+https://github.com/desktop-app/lib_lottie.git
@@ -106,5 +108,7 @@ pkgbase = telegram-desktop-dev
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
pkgname = telegram-desktop-dev
diff --git a/PKGBUILD b/PKGBUILD
index 08a007331b0b..589b0b2e2740 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=4.1.2
+pkgver=4.2.4
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -45,6 +45,8 @@ source=(
"hime::git+https://github.com/hime-ime/hime.git"
"hunspell::git+https://github.com/hunspell/hunspell"
"jemalloc::git+https://github.com/jemalloc/jemalloc"
+ "kcoreaddons::git+https://github.com/KDE/kcoreaddons.git"
+ "kimageformats::git+https://github.com/KDE/kimageformats.git"
"lib_base::git+https://github.com/desktop-app/lib_base.git"
"lib_crl::git+https://github.com/desktop-app/lib_crl.git"
"lib_lottie::git+https://github.com/desktop-app/lib_lottie.git"
@@ -99,6 +101,8 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
'SKIP')
prepare() {
@@ -128,6 +132,8 @@ prepare() {
git config submodule.Telegram/ThirdParty/hime.url "$srcdir/hime"
git config submodule.Telegram/ThirdParty/hunspell.url "$srcdir/hunspell"
git config submodule.Telegram/ThirdParty/jemalloc.url "$srcdir/jemalloc"
+ git config submodule.Telegram/ThirdParty/kcoreaddons.url "$srcdir/kcoreaddons"
+ git config submodule.Telegram/ThirdParty/kimageformats.url "$srcdir/kimageformats"
git config submodule.Telegram/ThirdParty/libtgvoip.url "$srcdir/libtgvoip"
git config submodule.Telegram/ThirdParty/lz4.url "$srcdir/lz4"
git config submodule.Telegram/ThirdParty/nimf.url "$srcdir/nimf"