summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6cb5d151e82..1bd8b2ccd4bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
- pkgver = 28.9.3
+ pkgver = 28.10.0
pkgrel = 2
url = https://www.palemoon.org/
arch = i686
@@ -26,10 +26,11 @@ pkgbase = palemoon
depends = startup-notification
optdepends = libpulse: PulseAudio audio driver
optdepends = ffmpeg: various video and audio support
- source = git+https://github.com/MoonchildProductions/Pale-Moon?signed#commit=1e9e1f61221f5787ecae01a0be622bc7a4d23d6a
+ source = git+https://github.com/MoonchildProductions/Pale-Moon?signed#commit=8e8224f57a9f8d527302d9104f11ed58b8f20690
source = git+https://github.com/MoonchildProductions/UXP
source = mozconfig.in
validpgpkeys = 3059E09144F56804F0FBF4E126B40624BDBFD9F3
+ validpgpkeys = 3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC
sha1sums = SKIP
sha1sums = SKIP
sha1sums = 576882a0b88a3353d07f1db16af7445d4e61bb66
diff --git a/PKGBUILD b/PKGBUILD
index 29f24883b0a7..8c6f9a72224c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: American_Jesus
pkgname=palemoon
_repo=Pale-Moon
-pkgver=28.9.3
-_commit=1e9e1f61221f5787ecae01a0be622bc7a4d23d6a
+pkgver=28.10.0
+_commit=8e8224f57a9f8d527302d9104f11ed58b8f20690
pkgrel=2
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -23,7 +23,8 @@ source=(git+"https://github.com/MoonchildProductions/${_repo}?signed#commit=${_c
sha1sums=('SKIP'
'SKIP'
'576882a0b88a3353d07f1db16af7445d4e61bb66')
-validpgpkeys=('3059E09144F56804F0FBF4E126B40624BDBFD9F3')
+validpgpkeys=('3059E09144F56804F0FBF4E126B40624BDBFD9F3'
+ '3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC')
prepare() {
sed 's#%SRCDIR%#'"${srcdir}"'#g' mozconfig.in > mozconfig