update to 6.2.1

This commit is contained in:
Just_A_Pony 2026-02-06 19:33:16 +08:00
parent bd1302c66d
commit 8390ec666d
No known key found for this signature in database
GPG key ID: A23BA9923379FD48
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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}")