Skip to content

Commit d81741f

Browse files
authored
fix(telegram-bin): update name of the executable in extupd (#6833)
1 parent 4d227cc commit d81741f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/telegram-bin/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = telegram-bin
22
gives = telegram
33
pkgver = 5.10.0
4-
pkgrel = 1
4+
pkgrel = 2
55
pkgdesc = Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed
66
url = https://telegram.org/
77
arch = amd64

packages/telegram-bin/telegram-bin.pacscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pkgname="telegram-bin"
22
gives="telegram"
33
arch=("amd64")
44
pkgver="5.10.0"
5-
pkgrel="1"
5+
pkgrel="2"
66
url="https://telegram.org/"
77
pkgdesc="Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed"
88
source_base_url="https://github.com/telegramdesktop/tdesktop"
@@ -52,5 +52,5 @@ package() {
5252
install -m644 "${srcdir}/icon${icon_size}.png" "${icon_dir}/telegram.png"
5353
done
5454
mkdir -p "${pkgdir}/usr/share/TelegramDesktop/externalupdater.d"
55-
echo "/usr/bin/telegram-desktop" > "${pkgdir}/usr/share/TelegramDesktop/externalupdater.d/telegram-desktop.conf"
55+
echo "/usr/bin/telegram" > "${pkgdir}/usr/share/TelegramDesktop/externalupdater.d/telegram.conf"
5656
}

srclist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11003,7 +11003,7 @@ pkgname = tela-circle-icon-theme
1100311003
pkgbase = telegram-bin
1100411004
gives = telegram
1100511005
pkgver = 5.10.0
11006-
pkgrel = 1
11006+
pkgrel = 2
1100711007
pkgdesc = Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed
1100811008
url = https://telegram.org/
1100911009
arch = amd64

0 commit comments

Comments
 (0)