diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-09 14:14:27 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-09 14:14:27 -0800 |
commit | bb936ee0eedb07cde233ae356da983d6743f482c (patch) | |
tree | 6f9f922966b62df81ac001ea4536ad7a06a49a18 /PKGBUILD | |
parent | Updated to 91.5.0 (diff) | |
download | firefox-esr-bb936ee0eedb07cde233ae356da983d6743f482c.tar.xz |
Updated to 91.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,5 +1,6 @@ # Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net> -# Maintainer (Arch): Figue <ffigue@gmail.com> +# Maintainer (AUR): Figue <ffigue@gmail.com> +# Maintainer (AUR): Luna Jernberg <droidbittin@gmail.com> # Contributor: Aqua-sama <aqua@iserlohn-fortress.net> # Contributor (Arch: Jan Alexander Steffens (heftig) <heftig@archlinux.org> # Contributor (Arch): Ionut Biru <ibiru@archlinux.org> @@ -19,7 +20,7 @@ _modpgo=0 _pkgname=firefox pkgname=${_pkgname}-esr -pkgver=91.5.0 +pkgver=91.6.0 _pkgver=${pkgver}esr pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" @@ -47,7 +48,6 @@ provides=(firefox) source=( "https://archive.mozilla.org/pub/$_pkgname/releases/$_pkgver/source/$_pkgname-$_pkgver.source.tar.xz"{,.asc} 0001-Use-remoting-name-for-GDK-application-names.patch - 0002-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch $pkgname.desktop identity-icons-brand.svg distribution.ini @@ -61,10 +61,9 @@ source=( arc4_remove-health-reporting.patch arc4_remove-system-addons.patch ) -b2sums=('21b25ded0d0541d2a5c0964ffe5e28a3b238b5dac1c0969383f8a41cb6a0fff8522c4ccfbd1cd309a5c52be9377ca9af446949dd3d9923cf36ce0e6603ff520a' +b2sums=('d06496790b1421db2e0d9419ad29cc44b53b4140b85efedb8fc16e61c4e2320eb85441fae2af3678cd8f15f04890cb0d156bcc79a324e56eafcf3a61530aefb2' 'SKIP' 'cfd09442eb344fb80b2233da86a101082926b9942849d988d0e43cac4cb6c15690dc8eae42514e114260b712c206cacd81f773e401cf8f861ee4b805fb872643' - '3b9cc149b520375a12dec279f67e9d0abc527d92e000b848a78628f5afacd5b1883e16b5698e78db18378cb64851ca61bac2ccb4769395e76638578cda77998f' '1c3af4cc5199cf7b9f3aad9ceab98b3e8a3dc0d38f50896ed2f32ac648f1e904a1cdda5da559964885989edbfab4c4bf65448e9a0f71d946c77ec0ab5a6aff4c' '63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34' '877eda442eb4730600dccf209a6e961ad3122ab456bbfda4ff041e8493ebaaf96224ac218360931259ff4214482f6bf65b3a3052f977ade1a274f38ffd859535' @@ -80,7 +79,6 @@ prepare() { # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052 patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch - patch -Np1 -i ../0002-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch if [ "${_modpgo}" == "1" ]; then # Add the custom mozconfig for clang pgo |