Problem solved
Search Criteria
Package Details: thunderbird-beta-bin 135.0b4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/thunderbird-beta-bin.git (read-only, click to copy) |
---|---|
Package Base: | thunderbird-beta-bin |
Description: | Standalone Mail/News reader - Bleeding edge binary version |
Upstream URL: | https://www.mozilla.org/thunderbird |
Keywords: | gecko |
Licenses: | GPL, MPL, LGPL |
Conflicts: | thunderbird-beta |
Provides: | thunderbird |
Submitter: | Det |
Maintainer: | rko (bittin) |
Last Packager: | bittin |
Votes: | 75 |
Popularity: | 0.107664 |
First Submitted: | 2011-01-21 19:05 (UTC) |
Last Updated: | 2025-01-28 14:56 (UTC) |
Dependencies (7)
- dbus-glib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- hunspell (hunspell-gitAUR)
- libxt
- nss (nss-hgAUR)
- hyphen (optional) – Hyphenation
- libcanberra (optional) – Sound support
Required by (94)
- external-editor-revived (requires thunderbird)
- external-editor-revived-git (requires thunderbird)
- mozilla-custom-dictionaries (requires thunderbird) (optional)
- profile-sync-daemon-thunderbird (requires thunderbird) (optional)
- sequoia-octopus-librnp (requires thunderbird)
- sequoia-octopus-librnp-git (requires thunderbird)
- systray-x-git (requires thunderbird)
- thunderbird-beta-i18n-af (requires thunderbird)
- thunderbird-beta-i18n-ar (requires thunderbird)
- thunderbird-beta-i18n-ast (requires thunderbird)
- thunderbird-beta-i18n-be (requires thunderbird)
- thunderbird-beta-i18n-bg (requires thunderbird)
- thunderbird-beta-i18n-br (requires thunderbird)
- thunderbird-beta-i18n-ca (requires thunderbird)
- thunderbird-beta-i18n-cak (requires thunderbird)
- thunderbird-beta-i18n-cs (requires thunderbird)
- thunderbird-beta-i18n-cy (requires thunderbird)
- thunderbird-beta-i18n-da (requires thunderbird)
- thunderbird-beta-i18n-de (requires thunderbird)
- thunderbird-beta-i18n-dsb (requires thunderbird)
- Show 74 more...
Sources (3)
bittin commented on 2025-01-28 14:57 (UTC)
bittin commented on 2025-01-28 13:35 (UTC)
did typo its Beta 4 RC1
bittin commented on 2025-01-15 13:58 (UTC)
fixed
timmothey commented on 2025-01-15 13:52 (UTC) (edited on 2025-01-15 13:53 (UTC) by timmothey)
The update from 2025-01-14 is missing the update of the sha512sums. If you run into issues during update, change the PKGBUILD (line 24-26) to
sha512sums=('04b44dad9c8b2853dbc6ef5063bfa4885a2551f47524596a8855bf4c023d2444db7bfb2c0779b9658da5984445b6d865ce1da888028c172a59fb0bb42a396541'
'b42b4b86aa072dca7f9e401c1f0c593396cda45fe56326af997db4042549cf895f1f0682c0d007647cda5200f11c06cef13e006a5973eae2bfa31b86d4d32f79'
'aeb444784732267f1b1e87e6084a776f82a1912c4c2637d2cf1de1c135dd9d41d2ef66d2bd3f9cbd3a79fad32d17ea6e2968ba644d5f887cb66ba6c09a2098f5')
(most recent hash from line on 'linux-x86_64/en-US/thunderbird-135.0b1.tar.xz' in https://archive.mozilla.org/pub/thunderbird/releases/135.0b1/SHA512SUMS )
bittin commented on 2025-01-14 07:39 (UTC)
should be fixed now
NotEvenANeko commented on 2025-01-13 18:43 (UTC)
The URL of 135.0b1 rc3 seems duplicated? And shasum of build3 is incorrect.
kd8bny commented on 2025-01-11 20:05 (UTC) (edited on 2025-01-11 20:09 (UTC) by kd8bny)
The URL is incorrect in the latest build:
==> ERROR: Failure while downloading https://archive.mozilla.org/pub/thunderbird/candidates/135.0b3-candidates/build1/linux-x86_64/en-US/thunderbird-135.0b1.tar.xz
Aborting...
Thinking 135.0b3-candidates should be 135.0b1-candidates?
Update: validated, installed
sylvain commented on 2024-11-26 23:34 (UTC) (edited on 2024-11-29 17:52 (UTC) by sylvain)
Checksum for thunderbird-133.0b5.tar.bz2
is currently failing.
Edit: Working again!
tskaar commented on 2024-10-17 00:05 (UTC) (edited on 2024-10-17 00:08 (UTC) by tskaar)
Based on @kinta's comments, you could do something like this:
# FTP URL
_ftp="https://ftp.mozilla.org/pub/thunderbird"
_archive="linux-$CARCH/en-US/thunderbird-$_major.tar.bz2"
# RC build
if [[ $_build = ? ]]; then
_url="$_ftp/candidates/$_major-candidates/build$_build"
else
_url="$_ftp/releases/$pkgver"
fi
source=(
"thunderbird-$pkgver.tar.bz2::${_url}/${_archive}"
'org.mozilla.thunderbird-beta-bin.desktop'
'vendor.js'
)
sha512sums=(
"$(curl ${_url}/SHA512SUMS -s | grep "${_archive}" | cut -d' ' -f1)"
'b42b4b86aa072dca7f9e401c1f0c593396cda45fe56326af997db4042549cf895f1f0682c0d007647cda5200f11c06cef13e006a5973eae2bfa31b86d4d32f79'
'aeb444784732267f1b1e87e6084a776f82a1912c4c2637d2cf1de1c135dd9d41d2ef66d2bd3f9cbd3a79fad32d17ea6e2968ba644d5f887cb66ba6c09a2098f5'
)
Patch for v132.0b5:
diff --git a/PKGBUILD b/PKGBUILD
index d7c3f17..ff4b424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=thunderbird-beta-bin
_pkgname=thunderbird-beta
-pkgver=132.0b4
+pkgver=132.0b5
_major=${pkgver/rc*}
_build=${pkgver/*rc}
pkgrel=1
@@ -18,17 +18,30 @@ optdepends=('hyphen: Hyphenation'
provides=("thunderbird=$pkgver")
conflicts=('thunderbird-beta')
install=$pkgname.install
-source=("https://archive.mozilla.org/pub/thunderbird/releases/132.0b4/linux-x86_64/en-US/thunderbird-132.0b4.tar.bz2"
- 'org.mozilla.thunderbird-beta-bin.desktop'
- 'vendor.js')
-sha512sums=('06b70a0ab413dae7adc165297faaf8cde89cd71895bf92f176b7bedf203a25c895a3b07776940f9c3ec8452d2c4ebf32258a6894f7c0827bf1ce20b3210937af'
- 'b42b4b86aa072dca7f9e401c1f0c593396cda45fe56326af997db4042549cf895f1f0682c0d007647cda5200f11c06cef13e006a5973eae2bfa31b86d4d32f79'
- 'aeb444784732267f1b1e87e6084a776f82a1912c4c2637d2cf1de1c135dd9d41d2ef66d2bd3f9cbd3a79fad32d17ea6e2968ba644d5f887cb66ba6c09a2098f5')
-# RC
+
+# FTP URL
+_ftp="https://ftp.mozilla.org/pub/thunderbird"
+_archive="linux-$CARCH/en-US/thunderbird-$_major.tar.bz2"
+
+# RC build
if [[ $_build = ? ]]; then
- source[0]="thunderbird-$pkgver.tar.bz2::https://ftp.mozilla.org/pub/thunderbird/candidates/$_major-candidates/build$_build/linux-x86_64/en-US/thunderbird-$_major.tar.bz2"
+ _url="$_ftp/candidates/$_major-candidates/build$_build"
+else
+ _url="$_ftp/releases/$pkgver"
fi
+source=(
+ "thunderbird-$pkgver.tar.bz2::${_url}/${_archive}"
+ 'org.mozilla.thunderbird-beta-bin.desktop'
+ 'vendor.js'
+)
+
+sha512sums=(
+ "$(curl ${_url}/SHA512SUMS -s | grep "${_archive}" | cut -d' ' -f1)"
+ 'b42b4b86aa072dca7f9e401c1f0c593396cda45fe56326af997db4042549cf895f1f0682c0d007647cda5200f11c06cef13e006a5973eae2bfa31b86d4d32f79'
+ 'aeb444784732267f1b1e87e6084a776f82a1912c4c2637d2cf1de1c135dd9d41d2ef66d2bd3f9cbd3a79fad32d17ea6e2968ba644d5f887cb66ba6c09a2098f5'
+)
+
package() {
# Create directories
msg2 "Creating directory structure..."
kinta commented on 2024-10-16 10:19 (UTC)
@bittin , now the other files have wrong sums and are failing _:)
Pinned Comments
rko commented on 2020-10-18 21:26 (UTC)
In the interest of correct spelling, I decided to integrate CircleCode's suggested change to fix hunspell and make it required.
Chances are this is opinionated, but I think if you can afford to install Thunderbird, you can also install hunspell.
%u
change not implemented, not sure if this is a good idea.