summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2022-12-10 23:51:24 +0100
committerGiovanni Santini2022-12-10 23:51:24 +0100
commit5090f8a30eecf76667d5f1612ffdd2435786f82b (patch)
tree4a96c8ec37c86a9b8fb7292bc19ca5c1037f290d
parente23d06d166e520a33951deae22a533ee07f50041 (diff)
downloadaur-5090f8a30eecf76667d5f1612ffdd2435786f82b.tar.gz
upgpkg: telegram-desktop-dev 4.4.1-1
- Version bump. - Remove custom patch for the CMake files.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac777065956..51841e5ca5d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 4.4.0
+ pkgver = 4.4.1
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -43,7 +43,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.4.0
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v4.4.1
source = ensure_qt6_build.patch
source = cld3::git+https://github.com/google/cld3.git
source = cmake::git+https://github.com/desktop-app/cmake_helpers.git
diff --git a/PKGBUILD b/PKGBUILD
index dee44f5c2a22..f33eabf4d30d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
# You can pass parameters to `ninja` via MAKEFLAGS
pkgname=telegram-desktop-dev
-pkgver=4.4.0
+pkgver=4.4.1
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -171,10 +171,6 @@ prepare() {
#done
# Patch here, if needed!
# patch -Np1 -i "$srcdir/my_beautiful.patch"
- # Ensure Qt6 is used
- cd cmake
- patch -Np1 -i "$srcdir/ensure_qt6_build.patch"
- cd ..
# Official package patches
}