Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4034,7 +4034,7 @@ libcglm.so.0 cglm-0.7.6_1
libfcft.so.4 fcft-3.0.1_1
libaml.so.0 aml-0.1.0_1
libneatvnc.so.0 neatvnc-0.3.2_1
libtdjson.so.1.8.60 libtd-1.8.60_1
libtdjson.so.1.8.61 libtd-1.8.61_1
libJudy.so.1 judy-1.0.5_1
libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2
libKSeExprUI.so.4 seexpr-krita-4.0.4.0_1
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libtd/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'libtd'
pkgname=libtd
version=1.8.60
version=1.8.61
revision=1
_td_hash=0da5c72f8365fb4857096e716d53175ddbdf5a15
_td_hash=11e254af695060d8890024dd7faa1cc2d6685ef8
build_style=cmake
build_helper=qemu
hostmakedepends="gperf"
Expand All @@ -12,7 +12,7 @@ maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="BSL-1.0"
homepage="https://core.telegram.org/tdlib"
distfiles="https://github.com/tdlib/td/archive/${_td_hash}.tar.gz>libtd-${version}.tar.gz"
checksum=391e2584a515971e163071cdbb504e2db89631390688df7a56ebff8eabe00a71
checksum=5ef74a08be2bd733d541b0fe78d8287f971e18af31c997872a62a6910873d75a

if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="Unsupported tl-schema version -1"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/telegram-desktop/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=6.4.0
revision=3
version=6.5.0
revision=1
build_style=cmake
build_helper="qemu gir"
configure_args="-DTDESKTOP_API_ID=209235
Expand Down Expand Up @@ -29,7 +29,7 @@ license="GPL-3.0-or-later, OpenSSL"
homepage="https://desktop.telegram.org/"
changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
checksum=1503dbdd0e4067a3918f5735c7ba8edeee20bf6e9a3b951d69643f99e8bf29f7
checksum=a32a4f860ca789070fc10bcddaa70ac93dae73c3e2485928bc30985962116c7d

case $XBPS_TARGET_MACHINE in
armv6*) configure_args+=" -DDESKTOP_APP_DISABLE_SCUDO=true";; # Requires armv6k+ due to yield
Expand Down