summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2022-03-30 10:00:12 -0300
committerPaulo Matias2022-03-30 10:00:12 -0300
commit7c8a4ff7d3d928aac24c5a049e0a5d44f744d99f (patch)
tree1eb374b1b8c7d1a1f53d2a6462848596f10b6c7c /PKGBUILD
parent9cb0e92995768579658321059e9298e2fcd82dfd (diff)
downloadaur-7c8a4ff7d3d928aac24c5a049e0a5d44f744d99f.tar.gz
temporarily add patch for bug 1762050
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d52bae3fb4cd..77fdf99db952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=firefox-wayland-hg
_pkgname=firefox
-pkgver=r635306.b898442a9527
+pkgver=r684798.b77de0b524d8
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org (mozilla-unified hg, release branding, targeting wayland)"
arch=(x86_64)
@@ -31,10 +31,11 @@ _repo=https://hg.mozilla.org/mozilla-unified
conflicts=('firefox')
provides=('firefox')
source=("hg+$_repo#revision=autoland"
- $_pkgname.desktop $_pkgname-symbolic.svg)
+ $_pkgname.desktop $_pkgname-symbolic.svg bug1762050.diff)
sha256sums=('SKIP'
'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33'
- '9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
+ '9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797'
+ 'c5f8e7dd7197f3f505875a256d80aefa632f8cfb1f38e6b7748db89eaf3eabd7')
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
# Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -128,6 +129,8 @@ END
build() {
cd mozilla-unified
+ patch -Np1 -i "$srcdir/bug1762050.diff"
+
export MOZ_SOURCE_REPO="$_repo"
export MOZ_NOSPAM=1
export MOZBUILD_STATE_PATH="$srcdir/mozbuild"