summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFGD-Garuda2023-08-06 17:10:21 -0400
committerFGD-Garuda2023-08-06 17:10:21 -0400
commit3da7e34596519df41b4924bcf0550f4648b95460 (patch)
treec85e1a0cb0a0763438f40375acbaeb248a72bae5
parent2a7223387e56ffef2b9132763673e9c2a04b6900 (diff)
downloadaur-3da7e34596519df41b4924bcf0550f4648b95460.tar.gz
Updating PKGBUILD to 116.0.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc180daa05b7..c79821c57944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firedragon
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
- pkgver = 115.0.2
+ pkgver = 116.0.1
pkgrel = 1
url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install
diff --git a/PKGBUILD b/PKGBUILD
index b0e7ff1a517c..711c5d91d393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=firedragon
_pkgname=FireDragon
-pkgver=115.0.2
+pkgver=116.0.1
pkgrel=1
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
arch=(x86_64 x86_64_v3 aarch64)
@@ -42,7 +42,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
"librewolf-source::git+https://gitlab.com/librewolf-community/browser/source.git"
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
"cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
-sha256sums=('6b2844124c13b4bd9d97ac7f5840f3e957b7631659591f3bea1ac9a89bee1654'
+sha256sums=('1f6e27954da1102bffa9d60209ab87b050efc0e5f4ef5ed1047352cb01732b50'
'SKIP'
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560'
'SKIP'
@@ -101,7 +101,7 @@ mk_add_options MOZ_TELEMETRY_REPORTING=0
ac_add_options --disable-bootstrap
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
ac_add_options --enable-hardening
-ac_add_options --enable-linker=mold
+ac_add_options --enable-linker=lld
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options --prefix=/usr
@@ -168,7 +168,7 @@ END
# Upstream patches from gentoo
# PGO improvements
- patch -Np1 -i "${_cachyos_patches_dir}"/gentoo/0013-bmo-1516081-Disable-watchdog-during-PGO-builds.patch
+ patch -Np1 -i "${_cachyos_patches_dir}"/gentoo/0023-fix-building-gcc-pgo-and-disable-watchdog-on-pgo-builds.patch
# Remove some pre-installed addons that might be questionable
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
@@ -401,4 +401,3 @@ END
rm "$pkgdir/usr/lib/firedragon/tabliss.json"
rm "$pkgdir/usr/lib/firedragon/yarn.lock"
}
-