thunderbird: update to 45.5.0.

This commit is contained in:
Enno Boland 2016-11-22 19:53:55 +01:00
parent 97068b4951
commit 1bb066253e

View file

@ -1,13 +1,13 @@
# Template build file for 'thunderbird'.
pkgname=thunderbird
version=45.4.0
version=45.5.0
revision=1
short_desc="Standalone Mail/News reader"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://www.mozilla.org/thunderbird/"
license="MPL-2.0, GPL-2, LGPL-2.1"
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
checksum=36f66edbb9b0f1ff9d0de8f12eab6cccbfa23db79e01db307fb2186904a38e61
checksum=9571dee75d14cab3533e09599b2c183624f159cf8ae623f01ca6dc69eb846082
nopie=yes
lib32disabled=yes
@ -22,7 +22,7 @@ makedepends="
libSM-devel libXScrnSaver-devel libXt-devel libXdamage-devel"
depends="desktop-file-utils hicolor-icon-theme"
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
if [ "${XBPS_GCC_VERSION_MAJOR}" -gt 5 ]; then
# Append CFLAGS and CXXFLAGS to set work around code which gcc6 would
# otherwise regard as out-of-specification and allow it to produce a
# working program.