summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2015-11-02 20:24:45 +0200
committerDet2015-11-02 20:24:45 +0200
commitd5339e2738ff0edeadd5bcdb6cc5fa74d866b72e (patch)
tree219522cc717eab191feea408702c7ebc7aa891f7
parent983698ce06178d5d1c45b9f19cc0ffaf6c076e15 (diff)
downloadaur-d5339e2738ff0edeadd5bcdb6cc5fa74d866b72e.tar.gz
Fix URLs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d3be20a527a..50de70666b8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -41,7 +41,7 @@ pkgbase = thunderbird-beta
provides = thunderbird=42.0b2
options = !emptydirs
options = !makeflags
- source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/42.0b2/source/thunderbird-42.0b2.source.tar.bz2
+ source = https://ftp.mozilla.org/pub/thunderbird/releases/42.0b2/source/thunderbird-42.0b2.source.tar.xz
source = mozconfig
source = mozconfig-pgo
source = thunderbird-beta.desktop
diff --git a/PKGBUILD b/PKGBUILD
index b71936bfa85f..710d289769a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ makedepends=('autoconf2.13' 'mesa' 'python2' 'unzip' 'wireless_tools' 'yasm' 'zi
provides=("thunderbird=$pkgver")
install=$pkgname.install
options=('!emptydirs' '!makeflags')
-source=("https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2"
+source=("https://ftp.mozilla.org/pub/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz"
'mozconfig'
'mozconfig-pgo'
"$pkgname.desktop"
@@ -36,7 +36,7 @@ md5sums=('da2a721107cbf1d9e10a1e2f899aacd9'
'5a53179d14ae9631b7afe5e4d0fc0b25')
# RC
if [[ $_build = ? ]]; then
- source[0]="https://ftp.mozilla.org/pub/mozilla.org/thunderbird/candidates/$_major-candidates/build$_build/source/thunderbird-$_major.source.tar.bz2"
+ source[0]="https://ftp.mozilla.org/pub/thunderbird/candidates/$_major-candidates/build$_build/source/thunderbird-$_major.source.tar.bz2"
fi
prepare() {