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
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Based on [extra]'s thunderbird
pkgname=thunderbird-nightly
pkgver=23.0a1
pkgver=24.0a1
pkgrel=1
pkgdesc="Standalone Mail/News reader - Nightly build"
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}"
msg "Downloading..."
wget -N ${FX_SRC_URI}
curl -ORz ${FX_SRC} ${FX_SRC_URI}
msg "Extracting..."
bsdtar -x -f ${FX_SRC}
msg "Packaging..."