summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2022-12-10 23:51:24 +0100
committerGiovanni Santini2022-12-10 23:51:24 +0100
commit5090f8a30eecf76667d5f1612ffdd2435786f82b (patch)
tree4a96c8ec37c86a9b8fb7292bc19ca5c1037f290d /PKGBUILD
parente23d06d166e520a33951deae22a533ee07f50041 (diff)
downloadaur-5090f8a30eecf76667d5f1612ffdd2435786f82b.tar.gz
upgpkg: telegram-desktop-dev 4.4.1-1
- Version bump. - Remove custom patch for the CMake files.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
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
}