firefox: depend on nss>=3.33
This commit is contained in:
parent
5382194c84
commit
f274362965
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'firefox'.
|
||||
pkgname=firefox
|
||||
version=57.0
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Mozilla Firefox web browser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.mozilla.org/firefox/"
|
||||
|
@ -21,7 +21,7 @@ makedepends="nss-devel libjpeg-turbo-devel gtk+-devel icu-devel pixman-devel
|
|||
$(vopt_if gtk3 gtk+3-devel) $(vopt_if pulseaudio pulseaudio-devel)
|
||||
$(vopt_if startup_notification startup-notification-devel)
|
||||
$(vopt_if xscreensaver libXScrnSaver-devel)"
|
||||
depends="nss>=3.32.1 desktop-file-utils hicolor-icon-theme"
|
||||
depends="nss>=3.33 desktop-file-utils hicolor-icon-theme"
|
||||
conflicts="firefox-esr>=0"
|
||||
|
||||
build_options="alsa dbus gtk3 pulseaudio startup_notification xscreensaver"
|
||||
|
|
Loading…
Reference in a new issue