From 8390ec666d87bdf16cfd47ab997dc88ee370e4c7 Mon Sep 17 00:00:00 2001 From: Just_A_Pony Date: Fri, 6 Feb 2026 19:33:16 +0800 Subject: [PATCH] update to 6.2.1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e85070101885..c509e5d623b7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yukigram-desktop pkgdesc = A Fork of 64Gram,A Telegram Desktop fork - pkgver = 6.2.4 + pkgver = 6.4.1 pkgrel = 1 url = https://github.com/yukigram/yukigram/ arch = x86_64 @@ -49,7 +49,7 @@ pkgbase = yukigram-desktop optdepends = webkit2gtk-4.1: embedded browser features provided by webkit2gtk-4.1 optdepends = webkitgtk-6.0: embedded browser features provided by webkitgtk-6.0 (Wayland only) optdepends = xdg-desktop-portal: desktop integration - source = yukigram::git+https://github.com/yukigram/yukigram.git#tag=f4dabf3858a7e4aad107ae400e8386fc2bcaeb2e + source = yukigram::git+https://github.com/yukigram/yukigram.git#tag=9389a17dc3570f30b150acf6f87107a39deee7ca source = git+https://github.com/tdlib/td.git#tag=6d74326c5ce53aeb52496f157f0080d9b8515970 sha512sums = SKIP sha512sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 91d95f282d4b..5471d8822d63 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ ##If you spot any issues, please don't hesitate to email me. ##Email: pony at just-a-pony dot net pkgname=yukigram-desktop -pkgver=6.2.4 +pkgver=6.4.1 pkgrel=1 pkgdesc='A Fork of 64Gram,A Telegram Desktop fork' arch=('x86_64') @@ -61,7 +61,7 @@ optdepends=( ) _td_commit=6d74326c5ce53aeb52496f157f0080d9b8515970 -_yukigram_commit=f4dabf3858a7e4aad107ae400e8386fc2bcaeb2e +_yukigram_commit=9389a17dc3570f30b150acf6f87107a39deee7ca source=("yukigram::git+https://github.com/yukigram/yukigram.git#tag=${_yukigram_commit}" "git+https://github.com/tdlib/td.git#tag=${_td_commit}")