summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03cf273844fd..7485d1d8477f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=palemoon
_repo=Pale-Moon
epoch=1
-pkgver=31.2.0.1
+pkgver=31.3.0
# Commit ID can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases
-_commit=a70dc0b10c
+_commit=1a25015fdc
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -21,18 +21,15 @@ 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
- glibc2.36-fix.patch)
+ mozconfig.in)
validpgpkeys=('3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC'
'3059E09144F56804F0FBF4E126B40624BDBFD9F3')
sha1sums=('SKIP'
'SKIP'
- '6afaa85faa54ff26be6852009871cb60aea418d7'
- '21f9ef1825cd26928e23bd95ceac2b23ce9bfa2b')
+ '46ca1b46b59a99084f36ad80bfaff8b8c34fcbcb')
sha256sums=('SKIP'
'SKIP'
- '3617fc2a6dd369fff1f7fa6349abf295a0a9350bdd82f3544bbc6abd60f48009'
- 'e938be99b0f08ca4778ad032c40baa73077ba2cb47f1dc95200fce7946fe04e7')
+ '2237b01b6db7f847b6aa576dc5ed922994a23d4abfacfca2185a5185c5c68faa')
prepare() {
sed 's#%SRCDIR%#'"${srcdir}"'#g' mozconfig.in > mozconfig
@@ -40,7 +37,6 @@ prepare() {
git submodule init
git config submodule.platform.url "${srcdir}/UXP"
git submodule update
- patch -Np1 -i "${srcdir}/glibc2.36-fix.patch"
}
build() {