From b3434b6116d21a93eac66135c33136ac92ff43dc Mon Sep 17 00:00:00 2001 From: John Date: Tue, 18 Oct 2022 21:45:35 +0200 Subject: [PATCH] thunderbird: update to 102.3.3. --- srcpkgs/thunderbird/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index a5c905b86db..022d585cee8 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n". # pkgname=thunderbird -version=102.2.1 +version=102.3.3 revision=1 build_helper="rust" short_desc="Standalone Mail/News reader" @@ -11,7 +11,7 @@ maintainer="Érico Nogueira " license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.thunderbird.net/" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=ae61fb1e58d5e44ef929aea28e8979dddace9ecb4f43c7d56dc09cb8ea3eb521 +checksum=c4bec51c09d216b4ba03210c6ef3b7eef4e76f1fa4957e9d11f79d3e5825164e lib32disabled=yes @@ -162,9 +162,6 @@ do_build() { echo "ac_add_options --disable-debug-symbols" >>.mozconfig echo "ac_add_options --disable-debug" >>.mozconfig export LDFLAGS+=" -Wl,--no-keep-memory" - # patch the rust debug level, this is hardcoded - vsed -i 's/debug_info = "2"/debug_info = "0"/' \ - build/moz.configure/toolchain.configure fi # FIXME: incompatible with rust 1.48 in this release