Automatic package updates

This commit is contained in:
2025-07-15 00:00:48 +00:00
parent 89d5b169dc
commit 6fce7765f5
3 changed files with 117 additions and 118 deletions

View File

@ -1,6 +1,6 @@
name='discord-bin'
version='0.0.101'
release='1'
version=0.0.102
release=1
desc='All-in-one voice and text chat for gamers'
desk_ru='Всё в одном голосовое и текстовое общение для игроков'
homepage='https://discord.com/'
@ -90,4 +90,3 @@ files() {
echo ./usr/share/applications/discord.desktop
echo ./usr/share/icons/hicolor/256x256/apps/discord.png
}

View File

@ -1,6 +1,6 @@
name='firefox-bin'
version='140.0.2'
release='1'
version=140.0.4
release=1
desc='Fast, Private & Safe Web Browser.'
desc_ru='Быстрый, конфиденциальный и безопасный веб-браузер.'
homepage='https://www.mozilla.org/firefox/'
@ -78,7 +78,7 @@ package() {
# Icons
for i in 16x16 32x32 48x48 64x64 128x128; do
install -d "$pkgdir"/usr/share/icons/hicolor/$i/apps/
ln -s /opt/firefox/browser/chrome/icons/default/default${i/x*}.png \
ln -s /opt/firefox/browser/chrome/icons/default/default${i/x*/}.png \
"$pkgdir"/usr/share/icons/hicolor/$i/apps/firefox.png
done

View File

@ -1,6 +1,6 @@
name='telegram-desktop-bin'
version='5.15.4'
release='1'
version=5.16.4
release=1
desc='Official desktop version of Telegram messaging app - Static binaries'
desc_ru='Официальный клиент для Telegram мессенджера - статические бинарники'
homepage='https://github.com/telegramdesktop/tdesktop'
@ -20,10 +20,10 @@ build_deps=('chrpath')
opt_deps=(
'libappindicator-gtk2: скрыть Telegram в панели задач в среде рабочего стола на основе GTK2'
'libappindicator-gtk3: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
)
)
opt_deps_altlinux=(
'libappindicator-gtk3: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
)
)
opt_deps_debian=(
'lib64appindicator3-1: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
)
@ -32,7 +32,7 @@ opt_deps_redos=(
)
opt_deps_rosa=(
'lib64appindicator3_1: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
)
)
sources=(
"${homepage}/raw/master/Telegram/Resources/art/icon16.png"
@ -43,7 +43,7 @@ sources=(
"${homepage}/raw/master/Telegram/Resources/art/icon256.png"
"${homepage}/raw/master/Telegram/Resources/art/icon512.png"
"https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tsetup.${version}.tar.xz"
)
)
checksums=(
'SKIP'