extra/thunderbird to 60.3.2-1

This commit is contained in:
Kevin Mihelich 2018-12-01 22:56:06 +00:00
parent 8279bf110a
commit 4467fcb217

View file

@ -1,3 +1,4 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
@ -12,12 +13,12 @@ buildarch=12
highmem=1
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
@ -27,7 +28,7 @@ options=(!emptydirs !makeflags)
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
$pkgname.desktop
https://hg.mozilla.org/mozilla-central/raw-rev/537f4d1d837a)
sha256sums=('94a5f62c949429790ed6036ca1e90c3c6a76a29aefe2d66aabe3d0fd62e444a9'
sha256sums=('979707651662ed3654a327e9c568dac5894e73a40d2776bb94ed2950dab4e041'
'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
'9fa42f3a4ccd255b56f4157119c08ff19df9f972aa25af4cbb685e3683139c24')
@ -169,3 +170,5 @@ END
ln -srf "$pkgdir/usr/bin/$pkgname" \
"$pkgdir/usr/lib/$pkgname/thunderbird-bin"
}
# vim: ts=2 sw=2 et: