summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-19 11:23:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-19 11:23:31 -0700
commite2892836364581771b413a69e80cf5b8aedb537e (patch)
tree470b7d078d5e31c53cbe4e9a4497ba8a2147f14e
parentUpdated to 32.1.1 (diff)
downloadpalemoon-e2892836364581771b413a69e80cf5b8aedb537e.tar.xz
Updated to 32.2.0
-rw-r--r--PKGBUILD14
-rw-r--r--mozconfig.in3
2 files changed, 9 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 974d5d5..d365651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,12 @@ pkgname=palemoon
_pmaltname=pale-moon
_pmotheraltname=Pale-Moon
_uxpaltname=uxp
-pkgver=32.1.1
+pkgver=32.2.0
pkgrel=1
# palemoon commit ID can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/tags
-_commit=ebfdbddb1e9a46ab76b3867041d5df6ecf77866e
+_commit=bd008a920e6d1329a23a04e186fc55ae01050c8f
# UXP commit ID can be found at https://repo.palemoon.org/MoonchildProductions/UXP/tags
-_UXPcommit=54e3e607964f828db06abc09c348544d2e2a88e9
+_UXPcommit=58308a5c7acf5e0e2afa9eb4e471dcf8919395c5
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=(x86_64 i686)
license=(MPL GPL LGPL)
@@ -27,7 +27,7 @@ url="https://www.palemoon.org/"
options=(lto)
depends=(gtk3 gtk2 desktop-file-utils libxt startup-notification mime-types dbus-glib
libpulse alsa-lib
- bzip2 libffi hunspell libjpeg-turbo pixman zlib)
+ bzip2 libffi libjpeg-turbo pixman zlib)
makedepends=(unzip zip python2 yasm
jack
autoconf2.13
@@ -45,13 +45,13 @@ source=(git+"https://repo.palemoon.org/MoonchildProductions/${_pmotheraltname}?s
mozconfig.in)
sha1sums=('SKIP'
'SKIP'
- '9aa438084877efd2b117f906d74a8bed0365996d')
+ '762f4003575913da9d1ff2731ae95ec7c4cb6875')
sha256sums=('SKIP'
'SKIP'
- '0728a9399557f5416e4a6c23d310072f449be444bf6073497ae1b71cfb5a034d')
+ '7c1620b864457477f1d5008d43082f13f53c389e92f5c0977f0f8e516dd32346')
b2sums=('SKIP'
'SKIP'
- '0e3445a33286e7edfe127905c3b2985a7d794d6e03d14bb855cfc67f56fee82aec292bf510921b11b894be26d840470c1cfa22c9922cd3d714efb6b0f62ebde2')
+ '2046e87b1520941362ee6f1a2dde6212ebb2c6e95473a5abd779cbdb3fd563db1a552b93a046727e74c4eda0fc40a1d30062d3bbb75a4ce0dd23bf3e416d0298')
#https://www.palemoon.org/0x8FCF9CEC.asc
validpgpkeys=('3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC'
'3059E09144F56804F0FBF4E126B40624BDBFD9F3')
diff --git a/mozconfig.in b/mozconfig.in
index bf15e4f..3827d28 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -18,7 +18,8 @@ ac_add_options --with-system-bz2
# # system cairo causes many websites to crash palemoon
#ac_add_options --enable-system-cairo
ac_add_options --with-system-ffi
-ac_add_options --enable-system-hunspell
+# # system hunspell support removed in 32.2.0
+#ac_add_options --enable-system-hunspell
# # system icu support removed
#ac_add_options --with-system-icu
ac_add_options --with-system-jpeg