thunderbird: update to 60.7.1.
This commit is contained in:
parent
57c108f2fb
commit
c71069dd70
1 changed files with 4 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n".
|
||||
#
|
||||
pkgname=thunderbird
|
||||
version=60.7.0
|
||||
version=60.7.1
|
||||
revision=1
|
||||
short_desc="Standalone Mail/News reader"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
homepage="https://www.thunderbird.net/"
|
||||
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
|
||||
checksum=377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d
|
||||
checksum=f638cb12415af3a34134fa6c60ba082752c949461ca92e529205a05ac6486453
|
||||
|
||||
archs="i686* x86_64* ppc64*"
|
||||
lib32disabled=yes
|
||||
|
@ -85,6 +85,8 @@ do_build() {
|
|||
i686*)
|
||||
export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
|
||||
export CXXFLAGS+=" -D_FILE_OFFSET_BITS=64"
|
||||
# ENOMEM
|
||||
echo "ac_add_options --disable-debug-symbols" >>.mozconfig
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue