name='firefox-bin'

version='128.0'
release='5'
deps for debian
This commit is contained in:
Евгений Храмов 2024-07-20 17:06:01 +03:00
parent 26cdce4774
commit e5f76301ae

@ -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="Евгений Храмов <xpamych@yandex.ru>"
@ -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')