diff --git a/firefox-bin/alr.sh b/firefox-bin/alr.sh index 01085c4..3d8d1da 100644 --- a/firefox-bin/alr.sh +++ b/firefox-bin/alr.sh @@ -1,6 +1,6 @@ name='firefox-bin' version='128.0' -release='5' +release='6' desc='Fast, Private & Safe Web Browser.' homepage='https://www.mozilla.org/firefox/' maintainer="Евгений Храмов " @@ -10,12 +10,14 @@ provides=('firefox') conflicts=('firefox' 'firefox-git') deps=('gtk3' - 'libXt' + 'libxt6' 'mailcap' - 'dbus-glib' - 'nss' + 'libdbus-glib-1-2' + 'libnss3' ) +deps_debian=('libgtk-3-0') + opt_deps=('ffmpeg: H264/AAC/MP3 decoding' 'NetworkManager: Location detection via available WiFi networks' 'libnotify: Notification integration'