discord-ptb: update to 0.0.64.

This commit is contained in:
0x5c 2024-01-13 04:10:19 -05:00 committed by Đoàn Trần Công Danh
parent a4e0fe008b
commit cfe85b58c5
2 changed files with 14 additions and 2 deletions
srcpkgs/discord-ptb

View file

@ -0,0 +1,12 @@
This template may not always be freshly up-to-date. To avoid being locked out
of Discord by a forced update check, you can modify the client's config file to
enable skipping "host" updates.
Normal UI updates will continue to function normally.
This can safely be done with this one liner, after running Discord PTB once:
(requires jq and moreutils)
_DPTB_CONFIG=~/.config/discordptb/settings.json;
touch $_DPTB_CONFIG && \
jq -n 'input? // {} | .SKIP_HOST_UPDATE = true' $_DPTB_CONFIG | \
sponge $_DPTB_CONFIG

View file

@ -1,6 +1,6 @@
# Template file for 'discord-ptb'
pkgname=discord-ptb
version=0.0.62
version=0.0.64
revision=1
archs="x86_64"
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
@ -10,7 +10,7 @@ maintainer="0x5c <dev@0x5c.io>"
license="custom:Proprietary"
homepage="https://discord.com/"
distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
checksum=140199aaf0f54b7cec28e9ab1c03fa494b2d46ed4c324663d0ebdd8023000155
checksum=96803f45d4fa63973a5298aeb3ebceff7f3716bbadb091184bfd6e891d207eaa
nopie=yes
restricted=yes
repository=nonfree