Date: Saturday, December 1, 2018 @ 22:20:11 Author: anthraxx Revision: 340945
upgpkg: thunderbird 60.3.2-1 Modified: thunderbird/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-01 21:25:34 UTC (rev 340944) +++ PKGBUILD 2018-12-01 22:20:11 UTC (rev 340945) @@ -1,3 +1,4 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> # Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> # Contributor: Ionut Biru <ib...@archlinux.org> # Contributor: Alexander Baldeck <alexan...@archlinux.org> @@ -5,12 +6,12 @@ # Contributor: Anders Bostrom <anders.bost...@home.se> pkgname=thunderbird -pkgver=60.3.1 -pkgrel=2 -pkgdesc="Standalone mail and news reader from mozilla.org" +pkgver=60.3.2 +pkgrel=1 +pkgdesc='Standalone mail and news reader from mozilla.org' +url='https://www.mozilla.org/thunderbird/' arch=(x86_64) license=(MPL GPL LGPL) -url="https://www.mozilla.org/thunderbird/" depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib nss hunspell sqlite ttf-font libvpx icu) makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb @@ -19,7 +20,7 @@ options=(!emptydirs !makeflags) source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz $pkgname.desktop) -sha256sums=('94a5f62c949429790ed6036ca1e90c3c6a76a29aefe2d66aabe3d0fd62e444a9' +sha256sums=('979707651662ed3654a327e9c568dac5894e73a40d2776bb94ed2950dab4e041' 'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827') # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) @@ -147,3 +148,5 @@ ln -srf "$pkgdir/usr/bin/$pkgname" \ "$pkgdir/usr/lib/$pkgname/thunderbird-bin" } + +# vim: ts=2 sw=2 et: