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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Thu Feb 21 17:09:07 UTC 2013


    Date: Thursday, February 21, 2013 @ 18:09:06
  Author: foutrelis
Revision: 178412

upgpkg: thunderbird 17.0.3-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-21 16:56:01 UTC (rev 178411)
+++ PKGBUILD	2013-02-21 17:09:06 UTC (rev 178412)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 
 pkgname=thunderbird
-pkgver=17.0.2
+pkgver=17.0.3
 pkgrel=1
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
@@ -21,14 +21,14 @@
         thunderbird-install-dir.patch
         vendor.js)
 options=(!emptydirs)
-md5sums=('9b7f15fbc672745571d47a3c0e227ca1'
+md5sums=('180f7768f6419182ea78eeb80da7f588'
          '41511a6bcdd04cf56706218e4670e631'
          'af3e5b344d2edf1c7d61bb0a5a96de9a'
          '1c6f47b315a5d7830f8e901b1f723cfc'
          '5a53179d14ae9631b7afe5e4d0fc0b25')
 
 build() {
-  cd comm-release
+  cd comm-esr17
   patch -Np1 -i "$srcdir/thunderbird-install-dir.patch"
 
   cp "$srcdir/mozconfig" .mozconfig
@@ -40,7 +40,7 @@
 }
 
 package() {
-  cd comm-release
+  cd comm-esr17
   make -j1 -f client.mk DESTDIR="$pkgdir" install
 
   install -Dm644 "$srcdir"/vendor.js "$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js"




More information about the arch-commits mailing list