From e5f76301ae64ba318f32f5bc1c1f23af0dac3ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 20 Jul 2024 17:06:01 +0300 Subject: [PATCH] name='firefox-bin' version='128.0' release='5' deps for debian --- firefox-bin/alr.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/firefox-bin/alr.sh b/firefox-bin/alr.sh index d7e504f..01085c4 100644 --- a/firefox-bin/alr.sh +++ b/firefox-bin/alr.sh @@ -1,6 +1,6 @@ name='firefox-bin' version='128.0' -release='4' +release='5' desc='Fast, Private & Safe Web Browser.' homepage='https://www.mozilla.org/firefox/' maintainer="Евгений Храмов " @@ -24,6 +24,14 @@ opt_deps=('ffmpeg: H264/AAC/MP3 decoding' 'hunspell-ru: Spell checking, Russian' ) +opt_deps=('ffmpeg: H264/AAC/MP3 decoding' + 'network-manager: Location detection via available WiFi networks' + 'libnotify-bin: Notification integration' + 'speech-dispatcher: Text-to-Speech' + 'hunspell-en-us: Spell checking, American English' + 'hunspell-ru: Spell checking, Russian' +) + sources=("https://archive.mozilla.org/pub/firefox/releases/$version/linux-x86_64/en-US/firefox-$version.tar.bz2") checksums=('SKIP')