Package Details: thunderbird-bin 139.0.2-1

Git Clone URL: https://aur.archlinux.org/thunderbird-bin.git (read-only, click to copy)
Package Base: thunderbird-bin
Description: Standalone Mail/News reader - binary version
Upstream URL: https://www.mozilla.org/thunderbird
Licenses: GPL, MPL, LGPL
Conflicts: thunderbird
Provides: thunderbird
Submitter: andreas_baumann
Maintainer: bittin (yurikoles)
Last Packager: bittin
Votes: 28
Popularity: 0.009355
First Submitted: 2018-09-08 07:38 (UTC)
Last Updated: 2025-06-12 12:09 (UTC)

Dependencies (7)

Required by (94)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »

biotico1974 commented on 2025-05-23 20:08 (UTC) (edited on 2025-05-23 20:41 (UTC) by biotico1974)

curl: (22) The requested URL returned error: 404 - Source file not found

Hello,

I'm encountering an issue when trying to update thunderbird-bin via yay -Syu. The process fails with a 404 error during the source download.

Here's the relevant output:

==> Retrieving sources...
-> Found thunderbird-bin.desktop
-> Found vendor.js
-> Downloading thunderbird-139.0-x86_64.tar.xz...
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0       0       0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://archive.mozilla.org/pub/thunderbird/candidates/139.0-candidates/build1/linux-x86_64/thunderbird-139.0.tar.xz
Aborting...
-> error downloading sources: /home/paulo/.cache/yay/thunderbird-bin
context: exit status 1

It seems the thunderbird-139.0-x86_64.tar.xz file is no longer available at the specified URL. Could the PKGBUILD please be updated to point to the correct source, or is there a newer version available that resolves this?

Thank you for maintaining the package!

mdcclxv commented on 2025-04-26 22:23 (UTC)

Had the same issue, managed to fix it with this:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 5ECB6497C1A20256

After this everything went back to normal.

jdjennings18 commented on 2025-04-25 02:09 (UTC)

I disabled pgp checks and got 138.0 to install. Obviously not ideal.

su1 commented on 2025-04-24 14:46 (UTC)

Am I alone who's not able to update to 138.0?

==> Verifying source file signatures with gpg...
thunderbird-138.0-x86_64.tar.xz ... FAILED (unknown public key 5ECB6497C1A20256)
==> ERROR: One or more PGP signatures could not be verified!
 -> error making: thunderbird-bin-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
 thunderbird-bin - exit status 1

ozymandia5 commented on 2025-03-06 09:56 (UTC) (edited on 2025-03-06 09:57 (UTC) by ozymandia5)

@zeroconf

The issue lies in this line in PKGBUILD:

thunderbird-$pkgver-i686.tar.xz:https://archive.mozilla.org/pub/thunderbird/releases/136.0/linux-i686/en-US/thunderbird-$pkgver.tar.xz

It should be:

thunderbird-$pkgver-i686.tar.xz::https://archive.mozilla.org/pub/thunderbird/releases/136.0/linux-i686/en-US/thunderbird-$pkgver.tar.xz

There is a missing colon.

run the following after making the above fix and it should install

updpkgsums

makepkg -si

zeroconf commented on 2025-03-04 20:40 (UTC)

There is an issue with thunderbird-bin 136.0-1:

Validating source_x86_64 files with sha512sums...
    thunderbird-136.0-x86_64.tar.xz ... FAILED
    thunderbird-136.0-x86_64.tar.xz.asc ... Skipped
==> ERROR: One or more files did not pass the validity check!
 -> error making: thunderbird-bin-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
thunderbird-bin - exit status 1

andreas_baumann commented on 2024-09-28 16:25 (UTC)

I forked the ESR version into thunderbird-esr-bin.

andreas_baumann commented on 2024-09-20 15:31 (UTC) (edited on 2024-09-20 15:33 (UTC) by andreas_baumann)

Upstream (compiled) version is thunderbird 128.2.1, I'm opting to downgrade to this version..

Though there is already a version 128.2.3esr https://ftp.mozilla.org/pub/thunderbird/releases/128.2.3esr/

.. so downgrade to 128.2.3esr

Ideas? :-)