diff --git a/.SRCINFO b/.SRCINFO index 4d089f94b30..991a45325d1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = firedragon pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE - pkgver = 96.0.1 + pkgver = 96.0.2 pkgrel = 1 url = https://gitlab.com/dr460nf1r3/settings/ install = firedragon.install @@ -74,11 +74,11 @@ pkgbase = firedragon options = !lto backup = usr/lib/firedragon/firedragon.cfg backup = usr/lib/firedragon/distribution/policies.json - source = https://archive.mozilla.org/pub/firefox/releases/96.0.1/source/firefox-96.0.1.source.tar.xz + source = https://archive.mozilla.org/pub/firefox/releases/96.0.2/source/firefox-96.0.2.source.tar.xz source = firedragon.desktop source = git+https://gitlab.com/dr460nf1r3/common.git source = git+https://gitlab.com/dr460nf1r3/settings.git - sha256sums = b4b03214ad838fe2744fed26c497c8a6fa7aedc95f47d4146da1cf5cc97860c0 + sha256sums = d32d2afa9179a78e6ed97e15e0f39e372c0d662cb9614404db15e7616da31ab8 sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d sha256sums = SKIP sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index e6ea8321126..135974e9c41 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=firedragon _pkgname=FireDragon -pkgver=96.0.1 +pkgver=96.0.2 pkgrel=1 pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE" arch=(x86_64 x86_64_v3) @@ -40,7 +40,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox- "git+https://gitlab.com/dr460nf1r3/common.git" "git+https://gitlab.com/dr460nf1r3/settings.git") -sha256sums=('cb86f3cbd31960305dee7d7f3dc254c64fb0462e27ea624ee62f3682e99079ee' +sha256sums=('d32d2afa9179a78e6ed97e15e0f39e372c0d662cb9614404db15e7616da31ab8' '158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d' 'SKIP' 'SKIP') @@ -128,8 +128,9 @@ prepare() { # Add warning that sanitizing exceptions are bypassed by the options in History > Clear History when LibreWolf closes > Settings patch -Np1 -i ${_patches_dir}/librewolf-ui/sanitizing-description.patch - # Pref pane + # Pref pane - custom FireDragon svg patch -Np1 -i ${_patches_dir}/librewolf-ui/pref_pane.patch + patch -Np1 -i ${_patches_dir}/misc/add_firedragon_svg.patch echo "---- Fixing build issues" # Needed patch to have build working