From b6624110643b41235deb86858ebdb6d97f20b7ba Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 19 Feb 2020 10:06:25 +0000 Subject: [PATCH] extra/firefox to 73.0.1-1 --- extra/firefox/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 757506cd7..e71c42046 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -10,7 +10,7 @@ buildarch=12 highmem=1 pkgname=firefox -pkgver=73.0 +pkgver=73.0.1 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=(x86_64) @@ -32,7 +32,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox- build-arm-libopus.patch 0001-Use-remoting-name-for-GDK-application-names.patch $pkgname.desktop) -sha256sums=('b57af802aae32d7f4624ce8b373701236b76904abcb893ded9e0cb5805ba6e17' +sha256sums=('53415180e74da60fc91700ce1ff33bf5b6f51e65353017a98270899a08e0c3d2' 'SKIP' 'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966' '2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9' @@ -163,9 +163,8 @@ pref("spellchecker.dictionary_path", "/usr/share/hunspell"); // Disable default browser checking. pref("browser.shell.checkDefaultBrowser", false); -// Don't disable our bundled extensions in the application directory +// Don't disable extensions in the application directory pref("extensions.autoDisableScopes", 11); -pref("extensions.shownSelectionUI", true); END local distini="$pkgdir/usr/lib/$pkgname/distribution/distribution.ini"