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

Levente Polyak anthraxx at archlinux.org
Mon Jan 13 17:30:47 UTC 2020


    Date: Monday, January 13, 2020 @ 17:30:45
  Author: anthraxx
Revision: 373433

upgpkg: thunderbird 68.4.1-1

Modified:
  thunderbird/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 17:08:35 UTC (rev 373432)
+++ PKGBUILD	2020-01-13 17:30:45 UTC (rev 373433)
@@ -6,7 +6,7 @@
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 
 pkgname=thunderbird
-pkgver=68.3.1
+pkgver=68.4.1
 pkgrel=1
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
@@ -19,12 +19,10 @@
 optdepends=('libcanberra: sound support')
 options=(!emptydirs !makeflags)
 source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
-        $pkgname.desktop
-        thunderbird-rust-1.39.patch)
-sha256sums=('76284cd3f192ac5678bbf10e1ce9308e913c2e6dde89e055d3ffe568e0e71fa6'
+        $pkgname.desktop)
+sha256sums=('dc7fc4bfd9daafcfc5fd4cb743cd1cf15de2f5fe5041a6ad7015ab7b345c52b7'
             'SKIP'
-            'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
-            '08834ef1c2dd685edd40dea20dfa9d4b889f5c387385ac329a162eeff6cf90be')
+            'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
 validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software Releases <release at mozilla.com>
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -42,8 +40,6 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  patch -p1 -i ../thunderbird-rust-1.39.patch # Fix build with rust 1.39 (Gentoo)
-
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 



More information about the arch-commits mailing list