summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf282a0..29e9404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,12 @@ pkgname=palemoon
_pmaltname=pale-moon
_pmotheraltname=Pale-Moon
_uxpaltname=uxp
-pkgver=31.3.1
+pkgver=31.4.1
pkgrel=1
-# palemoon commit ID can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases
-_commit=89e277c7092145f8b3db750563b8ba36147b4c33
-# UXP commit ID can be found at https://repo.palemoon.org/MoonchildProductions/UXP/releases
-_UXPcommit=71ae69aea85ec8ddb9bf7baa93ae3926990a3693
+# palemoon commit ID can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/tags
+_commit=b9e6a5d60a2250a1646fa7cf3eadb792b6bf7403
+# UXP commit ID can be found at https://repo.palemoon.org/MoonchildProductions/UXP/tags
+_UXPcommit=2640953d8b78f8835e356e336db97af0c8b45eea
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=(x86_64 i686)
license=(MPL GPL LGPL)
@@ -45,13 +45,13 @@ source=(git+"https://repo.palemoon.org/MoonchildProductions/${_pmotheraltname}?s
mozconfig.in)
sha1sums=('SKIP'
'SKIP'
- '7d7a76a32515d611b1126ecdf710415e45f4be10')
+ '9aa438084877efd2b117f906d74a8bed0365996d')
sha256sums=('SKIP'
'SKIP'
- 'fc79d68ddc382bfc7cc75fe9b8368d63dba2a3c366b4c043f98b6374cb82bcd7')
+ '0728a9399557f5416e4a6c23d310072f449be444bf6073497ae1b71cfb5a034d')
b2sums=('SKIP'
'SKIP'
- 'ce001e0f9202393eeed411f55f963adc6016dda9643e68ff18bc138d7a4e64e1f5b5c1e4848639a9988c9b4db86dc5edcc5d233008285c456636c8f590c2fede')
+ '0e3445a33286e7edfe127905c3b2985a7d794d6e03d14bb855cfc67f56fee82aec292bf510921b11b894be26d840470c1cfa22c9922cd3d714efb6b0f62ebde2')
#https://www.palemoon.org/0x8FCF9CEC.asc
validpgpkeys=('3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC'
'3059E09144F56804F0FBF4E126B40624BDBFD9F3')
@@ -63,7 +63,7 @@ prepare() {
git submodule init
git config submodule.platform.url "${srcdir}/UXP"
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
}
build() {