Package Details: palemoon-bin 1:33.0.2-1

Git Clone URL: https://aur.archlinux.org/palemoon-bin.git (read-only, click to copy)
Package Base: palemoon-bin
Description: Open source web browser based on Firefox focusing on efficiency.
Upstream URL: http://linux.palemoon.org/
Keywords: browser goanna web
Licenses: GPL, MPL, LGPL
Conflicts: palemoon
Provides: palemoon
Submitter: sumt
Maintainer: oberon2007 (WorMzy)
Last Packager: oberon2007
Votes: 195
Popularity: 0.041889
First Submitted: 2014-06-03 14:55 (UTC)
Last Updated: 2024-03-30 09:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 17 Next › Last »

Hekuran commented on 2020-10-30 13:08 (UTC)

I edited the PKGBUILD so that it never needs manual a update. i saved you a lifetime of work. https://pastebin.com/raw/ZJ67Bkcq

diff --git a/PKGBUILD b/PKGBUILD
index eb3854c..64d5167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: sumt <sumt at sci dot fi>

 pkgname=palemoon-bin
-pkgver=28.14.2
+pkgver="$(curl -sf 'http://linux.palemoon.org/download/mainline/' | grep 'Latest release:' | grep -o '[0-9]*\.[0-9]*' | sed 'N;s/\n//g')"
 pkgrel=1
 pkgdesc="Open source web browser based on Firefox focusing on efficiency."
 arch=('i686' 'x86_64')
@@ -26,9 +26,9 @@ source_x86_64=("https://linux.palemoon.org/datastore/release/palemoon-$pkgver.li
 source_i686=("https://linux.palemoon.org/datastore/release/palemoon-$pkgver.linux-i686.tar.xz"{,.sig})
 # link to latest tarball: http://linux.palemoon.org/download/mainline/
 sha256sums=('c6cae1c0de6b59da1d846cb2092ca2725ba2baa4d554223f747a4a71ee63002e')
-sha256sums_i686=('6f63a92f439b68f8d7751d1b2f49e00432c58e35f965fa0ba2e8b479d0b08bf6'
+sha256sums_i686=($(curl -sf 'http://linux.palemoon.org/download/mainline/' | grep -o "checksum: .\{64\}" | sed -n "s/checksum: // ; 2p")
                  'SKIP')
-sha256sums_x86_64=('6fdc4a02da13d58368fc363058dce6111c029b2f153055a0fb1188d9ed5fef4c'
+sha256sums_x86_64=($(curl -sf 'http://linux.palemoon.org/download/mainline/' | grep -o "checksum: .\{64\}" | sed -n "s/checksum: // ; 1p")
                    'SKIP')

 validpgpkeys=('439F46F42C6AE3D23CF52E70865E6C87C65285EC' # T. Wine

Ralf_Mardorf commented on 2020-10-03 03:34 (UTC)

Hi pieraper44, is there any chance that you are using an unsupported AUR helper? Since the required keys were already imported on my machine, I could build the package without the need to import the keys.

$ makepkg -s 
==> Making package: palemoon-bin 28.14.2-1 (Sat 03 Oct 2020 05:14:50 CEST)
[snip]
==> Finished making: palemoon-bin 28.14.2-1 (Sat 03 Oct 2020 05:15:06 CEST)

However, I tested, if the keys are available by hkp://keys.gnupg.net.

$ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 439F46F42C6AE3D23CF52E70865E6C87C65285EC 
gpg: key 865E6C87C65285EC: "trava90 <travawine@protonmail.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
$ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC 
gpg: key 40481E7B8FCF9CEC: "Moonchild (RSA signing key) <moonchild@palemoon.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

As you can see, they are available. Then I tested with the shortened fingerprint, if one of the two keys, the one mentioned by the pinned comment, is provided by keyserver.ubuntu.com.

$ gpg --keyserver=keyserver.ubuntu.com --recv-keys 8FCF9CEC 
gpg: key 40481E7B8FCF9CEC: "Moonchild (RSA signing key) <moonchild@palemoon.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

It is. So what you call "bs" is an issue on your side.

pieraper44 commented on 2020-10-03 00:49 (UTC)

:: PGP keys need importing: -> 439F46F42C6AE3D23CF52E70865E6C87C65285EC, required by: palemoon-bin ==> Import? [Y/n] y :: Importing keys with

STILL doesnt work even with the bs you had me run with ubuntu's key server

pieraper44 commented on 2020-10-03 00:47 (UTC)

doesnt work remove it please

micwoj92 commented on 2020-10-02 18:50 (UTC)

This is because .2 is out

bobolin commented on 2020-10-02 18:49 (UTC)

curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://linux.palemoon.org/datastore/release/palemoon-28.14.1.linux-x86_64.tar.xz

Dwolfix commented on 2020-03-25 10:29 (UTC)

Correct link - http://linux.palemoon.org/datastore/release/palemoon-28.9.0.1.linux-x86_64.tar.xz

mozo commented on 2020-03-25 09:40 (UTC)

Same here.

Dwolfix commented on 2020-03-25 06:16 (UTC)

https://linux.palemoon.org/datastore/release/palemoon-28.9.0.linux-x86_64.tar.xz - 404 Not Found

Max77 commented on 2020-03-09 09:34 (UTC)

gpg --keyserver=keyserver.ubuntu.com --recv-keys 8FCF9CEC gpg: keyserver receive failed: Server indicated a failure