summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2022-08-05 07:32:55 +0200
committerMichał Wojdyła2022-08-05 07:32:55 +0200
commit7e24dc9f66d1a653fd1a5801e0962021c4dd08c3 (patch)
treefd71838974562efc34f6df79e7b911c4177d5d2e /PKGBUILD
parentf7a2921e0c4a9881e9bbcf6667eb3cc3a7b23aa3 (diff)
downloadaur-7e24dc9f66d1a653fd1a5801e0962021c4dd08c3.tar.gz
update to 31.2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c24e7a391d5f..72cddf1162fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgname=palemoon-gtk3
_pkgname=palemoon
_repo=Pale-Moon
epoch=1
-pkgver=31.1.1
+pkgver=31.2.0.1
# Commit can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases
-_commit=ffd78091d8
+_commit=a70dc0b10c
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -25,12 +25,14 @@ optdepends=('libpulse: PulseAudio audio driver'
'ffmpeg: various video and audio support')
source=(git+"https://repo.palemoon.org/MoonchildProductions/${_repo}?signed#commit=${_commit}"
git+"https://repo.palemoon.org/MoonchildProductions/UXP"
- mozconfig.in)
+ mozconfig.in
+ glibc2.36-fix.patch)
validpgpkeys=('3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC'
'3059E09144F56804F0FBF4E126B40624BDBFD9F3')
sha1sums=('SKIP'
'SKIP'
- 'eb839b808b98106ccd0cbeb6b00ace5b2404db0f')
+ 'eb839b808b98106ccd0cbeb6b00ace5b2404db0f'
+ '21f9ef1825cd26928e23bd95ceac2b23ce9bfa2b')
prepare() {
sed 's#%SRCDIR%#'"${srcdir}"'#g' mozconfig.in > mozconfig
@@ -38,6 +40,7 @@ prepare() {
git submodule init
git config submodule.platform.url "${srcdir}/UXP"
git submodule update
+ patch -Np1 -i "${srcdir}/glibc2.36-fix.patch"
}
build() {