[arch-commits] Commit in thunderbird/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Mar 6 23:15:30 UTC 2019


    Date: Wednesday, March 6, 2019 @ 23:15:29
  Author: anthraxx
Revision: 347183

upgpkg: thunderbird 60.5.2-1

Modified:
  thunderbird/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-06 23:14:57 UTC (rev 347182)
+++ PKGBUILD	2019-03-06 23:15:29 UTC (rev 347183)
@@ -6,14 +6,14 @@
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 
 pkgname=thunderbird
-pkgver=60.5.1
-pkgrel=2
+pkgver=60.5.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)
 depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
-         nss hunspell sqlite ttf-font icu)
+         nss hunspell sqlite ttf-font icu)  # libvpx
 makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb
              autoconf2.13 rust clang llvm)
 optdepends=('libcanberra: sound support')
@@ -20,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=('69a3f741b7378b50a3b6a3b59f6c4fedd2d82d469ab234390627e15da1b58e03'
+sha256sums=('4b5260c069c018c966bd00d5e05a8f2fa3a639bc20614910e46b7e9af89545af'
             'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -66,6 +66,7 @@
 ac_add_options --with-system-bz2
 ac_add_options --with-system-icu
 ac_add_options --with-system-jpeg
+# ac_add_options --with-system-libvpx
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --enable-system-hunspell



More information about the arch-commits mailing list