summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-08-01 03:18:16 +0200
committerJoan Figueras2021-08-01 03:18:16 +0200
commit794bf795f0e0c34860dcd76b4760a247d1ee2e29 (patch)
tree3d33fa2224611197f9df17ab52395737d01e065e
parentc3fdeb7cdddf73d4b759517aa8798017fb17e43b (diff)
downloadaur-794bf795f0e0c34860dcd76b4760a247d1ee2e29.tar.gz
make_packed_simd_compile_with_Rust_1.54
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3582bae2ac4d..fedf7763c15d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -54,10 +54,12 @@ pkgbase = firefox-esr
source = https://archive.mozilla.org/pub/firefox/releases/78.12.0esr/source/firefox-78.12.0esr.source.tar.xz.asc
source = firefox-esr.desktop
source = 0001-Use-remoting-name-for-GDK-application-names.patch
+ source = make_packed_simd_compile_with_Rust_1.54.patch::https://hg.mozilla.org/releases/mozilla-esr78/raw-rev/f09969c47ae8
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
sha256sums = 8b55a8b8254ddde03db83f44c9fecfc4ae86ea126b5445a0355d915830bd7410
sha256sums = SKIP
sha256sums = d86fe1636346ff003744b65e73cd3a7182618faedf3ee57023bb942e325cc726
sha256sums = 3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75
+ sha256sums = 67a374de4188e9a19b1aa72b7705b7e6f574fd68098e458a64aa19debea64992
pkgname = firefox-esr
diff --git a/PKGBUILD b/PKGBUILD
index 9c93237ae05a..a5159dafd1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,11 +23,13 @@ provides=(firefox=${pkgver})
conflicts=(firefox)
options=(!emptydirs !makeflags !strip)
source=(https://archive.mozilla.org/pub/firefox/releases/${pkgver}esr/source/firefox-${pkgver}esr.source.tar.xz{,.asc}
- ${pkgname}.desktop 0001-Use-remoting-name-for-GDK-application-names.patch)
+ ${pkgname}.desktop 0001-Use-remoting-name-for-GDK-application-names.patch
+ "make_packed_simd_compile_with_Rust_1.54.patch::https://hg.mozilla.org/releases/mozilla-esr78/raw-rev/f09969c47ae8")
sha256sums=('8b55a8b8254ddde03db83f44c9fecfc4ae86ea126b5445a0355d915830bd7410'
'SKIP'
'd86fe1636346ff003744b65e73cd3a7182618faedf3ee57023bb942e325cc726'
- '3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75')
+ '3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75'
+ '67a374de4188e9a19b1aa72b7705b7e6f574fd68098e458a64aa19debea64992')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -49,6 +51,9 @@ prepare() {
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=1719674#c11
+ patch -Np1 -i ../make_packed_simd_compile_with_Rust_1.54.patch
+
echo -n "$_google_api_key" >google-api-key
echo -n "$_mozilla_api_key" >mozilla-api-key