summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2023-02-06 17:43:50 +0100
committerGiovanni Santini2023-02-06 17:43:50 +0100
commit3d7fd618166c77a58bd5916d98273bc8c78c830d (patch)
tree5ef655b5b45113057a1a977706d119ab915fd942
parenta56dae11c3c42e9ae8b9f7b82654308d532a9198 (diff)
downloadaur-3d7fd618166c77a58bd5916d98273bc8c78c830d.tar.gz
upgpkg: telegram-desktop-dev 4.6.0-1
- Version bump.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b1cc4f7e587..2f402ba12dc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 4.5.6
+ pkgver = 4.6.0
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.5.6
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v4.6.0
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 e5c65edd7590..821466ca1325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
# You can pass parameters to `ninja` via MAKEFLAGS
pkgname=telegram-desktop-dev
-pkgver=4.5.6
+pkgver=4.6.0
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -177,8 +177,6 @@ prepare() {
build() {
cd "$srcdir/tdesktop"
- # Be sure to use FFmpeg 4.4
- export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
# Turns out we're allowed to use the official API key that telegram uses for their snap builds:
# https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
# Thanks @primeos!