summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2022-11-22 15:05:23 +0000
committerWorMzy Tykashi2022-11-22 15:05:23 +0000
commit0fd292463ed78024d9ae843dd2cd5c6985c7d594 (patch)
tree8d0f14fb56a3fb5b0961a887010efb767d82dd75
parent8d7485ec8b08ce94fd1759c3b79b95ab4d99c209 (diff)
downloadaur-0fd292463ed78024d9ae843dd2cd5c6985c7d594.tar.gz
Updated to 31.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--mozconfig.in2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 724c5d7a80c2..08ae09d2dd7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
- pkgver = 31.3.1
+ pkgver = 31.4.0
pkgrel = 1
epoch = 1
url = https://www.palemoon.org/
@@ -25,16 +25,16 @@ pkgbase = palemoon
depends = startup-notification
optdepends = libpulse: PulseAudio audio driver
optdepends = ffmpeg: various video and audio support
- source = git+https://repo.palemoon.org/MoonchildProductions/Pale-Moon?signed#commit=89e277c709
+ source = git+https://repo.palemoon.org/MoonchildProductions/Pale-Moon?signed#commit=ebb86b36d8
source = git+https://repo.palemoon.org/MoonchildProductions/UXP
source = mozconfig.in
validpgpkeys = 3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC
validpgpkeys = 3059E09144F56804F0FBF4E126B40624BDBFD9F3
sha1sums = SKIP
sha1sums = SKIP
- sha1sums = 46ca1b46b59a99084f36ad80bfaff8b8c34fcbcb
+ sha1sums = 0b75dea3b0873eea46140b3d04bb88bd0e9b3756
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 2237b01b6db7f847b6aa576dc5ed922994a23d4abfacfca2185a5185c5c68faa
+ sha256sums = d7d6a0ab2fb7f1dd4c56d429d718a03fa466c4b3cc18d89de31bef668b5c9675
pkgname = palemoon
diff --git a/PKGBUILD b/PKGBUILD
index 5336e2b3a9e9..18947bad974f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=palemoon
_repo=Pale-Moon
epoch=1
-pkgver=31.3.1
+pkgver=31.4.0
# Commit ID can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/tags
-_commit=89e277c709
+_commit=ebb86b36d8
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -26,17 +26,17 @@ validpgpkeys=('3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC'
'3059E09144F56804F0FBF4E126B40624BDBFD9F3')
sha1sums=('SKIP'
'SKIP'
- '46ca1b46b59a99084f36ad80bfaff8b8c34fcbcb')
+ '0b75dea3b0873eea46140b3d04bb88bd0e9b3756')
sha256sums=('SKIP'
'SKIP'
- '2237b01b6db7f847b6aa576dc5ed922994a23d4abfacfca2185a5185c5c68faa')
+ 'd7d6a0ab2fb7f1dd4c56d429d718a03fa466c4b3cc18d89de31bef668b5c9675')
prepare() {
sed 's#%SRCDIR%#'"${srcdir}"'#g' mozconfig.in > mozconfig
cd ${_repo}
git submodule init
git config submodule.platform.url "${srcdir}/UXP"
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
}
build() {
diff --git a/mozconfig.in b/mozconfig.in
index a24b568fb0dc..1eddbd5381a8 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -11,7 +11,7 @@ ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-devtools
ac_add_options --enable-av1
-ac_add_options --enable-phoenix-extensions
+ac_add_options --enable-appcompat-guid
ac_add_options --disable-eme
ac_add_options --disable-webrtc
ac_add_options --disable-gamepad