From 1aedca06b17ba4267dcbd6efb2461c06b6bf1626 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Apr 2016 08:20:27 +0200 Subject: [PATCH] firefox: update to 46.0. --- srcpkgs/firefox/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 26bff36da89..c0e40756fe0 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -1,18 +1,19 @@ # Template build file for 'firefox'. pkgname=firefox -version=45.0.2 +version=46.0 revision=1 short_desc="Lightweight gecko-based web browser" maintainer="Juan RP " homepage="https://www.mozilla.org/firefox/" license="MPL-1.1, GPL-2, LGPL-2.1" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=a6b09bac0390d4e48b752026ec1aaa934332dee31fb3ff3ca59f8209f4217a53 +checksum=b35aa05162362d73cd308066adca207f7aa40ceae10931fa4819371df6c4f8bf only_for_archs="i686 i686-musl x86_64 x86_64-musl" nopie=yes lib32disabled=yes build_options="gtk3" +build_options_default="gtk3" desc_option_gtk3="Build the GTK+3 toolkit UI" hostmakedepends="unzip zip pkg-config perl python yasm"