thunderbird-nightly PKGBUILD updated to 24 and switched to curl

This commit is contained in:
Cedric Girard 2013-05-14 14:12:54 +02:00
parent 0497b76375
commit 4b6a182968

View file

@ -3,7 +3,7 @@
# Based on [extra]'s thunderbird # Based on [extra]'s thunderbird
pkgname=thunderbird-nightly pkgname=thunderbird-nightly
pkgver=23.0a1 pkgver=24.0a1
pkgrel=1 pkgrel=1
pkgdesc="Standalone Mail/News reader - Nightly build" pkgdesc="Standalone Mail/News reader - Nightly build"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -23,7 +23,7 @@ package() {
FX_SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-central/${FX_SRC}" FX_SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-central/${FX_SRC}"
msg "Downloading..." msg "Downloading..."
wget -N ${FX_SRC_URI} curl -ORz ${FX_SRC} ${FX_SRC_URI}
msg "Extracting..." msg "Extracting..."
bsdtar -x -f ${FX_SRC} bsdtar -x -f ${FX_SRC}
msg "Packaging..." msg "Packaging..."