Date: Wednesday, August 31, 2011 @ 04:15:19 Author: ibiru Revision: 136630
update to 6.0.1 Modified: thunderbird/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-31 07:56:08 UTC (rev 136629) +++ PKGBUILD 2011-08-31 08:15:19 UTC (rev 136630) @@ -3,7 +3,7 @@ # Contributor: Dale Blount <d...@archlinux.org> # Contributor: Anders Bostrom <anders.bost...@home.se> pkgname=thunderbird -pkgver=6.0 +pkgver=6.0.1 pkgrel=1 pkgdesc="Standalone Mail/News reader" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ mozconfig thunderbird.desktop thunderbird-3.0-lang.patch) -md5sums=('9ac741d238e95790cdeb5222e9b23ae8' +md5sums=('603072c341a49c8f7268cf75b8f5a8dd' 'b8fd97ab4bfb2e4538b1e1340d70f915' 'af3e5b344d2edf1c7d61bb0a5a96de9a' '25b6fe16ac24cd5c852213e5c1adb272') @@ -29,7 +29,7 @@ cp "${srcdir}/mozconfig" .mozconfig - export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-5.0 -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed" + export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-${pkgver} -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed" export PYTHON="/usr/bin/python2" make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" @@ -51,6 +51,6 @@ ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries" # We don't want the development stuff - rm -r "$pkgdir"/usr/{include,lib/thunderbird-devel-$pkgver,share/idl} + rm -r "${pkgdir}"/usr/{include,lib/thunderbird-devel-${pkgver},share/idl} }