diff --git a/firefox-bin/alr.sh b/firefox-bin/alr.sh index 188629b..3de4ed2 100644 --- a/firefox-bin/alr.sh +++ b/firefox-bin/alr.sh @@ -1,6 +1,7 @@ name='firefox-bin' -version='136.0' -release='1' +version='136.0.0' +ver='136.0' +release='2' desc='Fast, Private & Safe Web Browser.' homepage='https://www.mozilla.org/firefox/' maintainer="Евгений Храмов " @@ -39,8 +40,7 @@ opt_deps_debian=('ffmpeg: H264/AAC/MP3 decoding' 'hunspell-ru: Spell checking, Russian' ) - -sources=("https://download.mozilla.org/?product=firefox-${version}&os=linux64&lang=ru") +sources=("https://download.mozilla.org/?product=firefox-${ver}&os=linux64&lang=ru") checksums=('SKIP') options=(!strip) @@ -68,12 +68,9 @@ package() { "$pkgdir"/usr/share/icons/hicolor/$i/apps/firefox.png done - # Use system-provided dictionaries - #rm -r "$pkgdir"/opt/firefox/dictionaries + # Configure dictionaries and certificates ln -Ts /usr/share/hunspell "$pkgdir"/opt/$name/dictionaries ln -Ts /usr/share/hyphen "$pkgdir"/opt/$name/hyphenation - - # Use system certificates ln -sf /usr/lib/libnssckbi.so "$pkgdir"/opt/$name/libnssckbi.so # Disable update checks